feliseed/laravel-crud-generator
Composer 安装命令:
composer require feliseed/laravel-crud-generator
包简介
CRUD generator for Laravel
README 文档
README
You can automatically generate CRUD functionality using the command below. Everything necessary, including the controller, view, model, request, routing, test, factory, seeder, and migration, will be generated.
# Usage example 1: Generate CRUD by specifying the model name php artisan make:crud MasterProduct # Usage example 2: Generate CRUD from a JSON file defining the table structure php artisan make:crud MasterProduct --schema="./master_products.json" # Usage example 3: Generate CRUD from an existing table (please set the database connection information appropriately in .env, etc.) php artisan make:crud MasterProduct --table=master_products # Reflect in the DB php artisan migrate:refresh --seed
统计信息
- 总下载量: 7.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-07