4mm/laravel-10-scaffold-command
Composer 安装命令:
composer require 4mm/laravel-10-scaffold-command
包简介
create all necessary files for crud with one command.
README 文档
README
create all necessary files for crud operation with one command
- model
- resource controller, api or just regular crud controller
- migration with fields
- feature tests
- views, if crud is not api
- index
- create
- show
- edit
- resources, if crud is api
- resource class
- resource collection class
installation
composer require 4mm/laravel-10-scaffold-command
php artisan vendor:publish --tag=scaffold-stubs
next
php artisan vendor:publish --tag=scaffold-stubs
usage
php artisan scaffold {your entity name}
like php artisan scaffold Category --fields=name:string,slug:string,parent_id:foreignId
enjoy :)
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-15