• (1) laravel php artisan list make


    php artisan list make
    Laravel Framework 5.4.36
    
    Usage:
      command [options] [arguments]
    
    Options:
      -h, --help            Display this help message
      -q, --quiet           Do not output any message
      -V, --version         Display this application version
          --ansi            Force ANSI output
          --no-ansi         Disable ANSI output
      -n, --no-interaction  Do not ask any interactive question
          --env[=ENV]       The environment the command should run under
      -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
    
    Available commands for the "make" namespace:
      make:auth          Scaffold basic login and registration views and routes
      make:command       Create a new Artisan command
      make:controller    Create a new controller class
      make:event         Create a new event class
      make:job           Create a new job class
      make:listener      Create a new event listener class
      make:mail          Create a new email class
      make:middleware    Create a new middleware class
      make:migration     Create a new migration file
      make:model         Create a new Eloquent model class
      make:notification  Create a new notification class
      make:policy        Create a new policy class
      make:provider      Create a new service provider class
      make:request       Create a new form request class
      make:seeder        Create a new seeder class
      make:test          Create a new test class
    
  • 相关阅读:
    importlib
    js给kindeditor添加值
    在kindeditor 获取textarea 中 输入的值
    获取lable选中时触发事件
    Django之ModelForm组件
    KindEditor 和 xss过滤
    from 动态显示select数据
    CBV 验证装饰器的使用
    views获取数据 -- request包含的方法
    django -- 自定义simpletag 和 filter
  • 原文地址:https://www.cnblogs.com/buxiangxin/p/7777848.html
Copyright © 2020-2023  润新知