2021-02-17

php laravel  aritsan 的make 译文:

环境:Laravel Framework 8.25.0

 make
  make:cast            Create a new custom Eloquent cast class  创建一个新的自定义Eloquent cast类
  make:channel         Create a new channel class    创建新的通道类
  make:command         Create a new Artisan command   创建新的Artisan命令
  make:component       Create a new view component  创建新的视图组件类
  make:controller      Create a new controller class       创建新的控制器类
  make:event           Create a new event class      创建新事件类
  make:exception       Create a new custom exception class     创建新的自定义异常类
  make:factory         Create a new model factory     创建新模型工厂
  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:observer        Create a new observer 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:resource        Create a new resource  创建新资源
  make:rule            Create a new validation rule  创建新的验证规则
  make:seeder          Create a new seeder class  创建新的播种器类
  make:test            Create a new test class

上一篇:Laravel Eloquent ORM 入门(1)


下一篇:Laravel 模型操作(Eloquent ORM)