todreacher/generator

高级 Laravel 生成器

dev-master 2020-06-14 04:16 UTC

This package is not auto-updated.

Last update: 2024-09-30 23:34:45 UTC


README

创建所有特性

php artisan make:model:trait App/Models/Example/ExampleLimit/ExampleLimit --all

创建服务

php artisan make:model:service App/Models/Example/ExampleLimit/ExampleLimit --service-path=Example/ExampleLimit

创建响应资源

php artisan make:model:resource App/Models/Example/ExampleLimit/ExampleLimit --service-path=Example/ExampleLimit

创建表单验证器

php artisan make:model:request App/Models/Example/ExampleLimit/ExampleLimit --service-path=Example/ExampleLimit

创建控制器

php artisan make:model:controller App/Models/Example/ExampleLimit/ExampleLimit --service-path=Example/ExampleLimit