musabbir035/crud
最新稳定版本:v0.1.0
Composer 安装命令:
composer require musabbir035/crud
包简介
Generates code for simple CRUD operation.
README 文档
README
This package generates code for simple CRUD operations.
Installation
Require via composer
composer require --dev musabbir035/crud
Usage
Generate code by using the following command
php artisan crud:generate Book
This command generates the model class, controller, validation and migration files. It also appends the routes for the CRUD operations of the created model in the 'routes/web.php' file & runs database migrations.
It also accepts a --fields= option for the fields of the model.
php artisan crud:generate Book --fields="title,author_name"
You will need to create a layout file in resources/views/layouts/main.blade.php. Inside the body tag add @yield('content'). Bootstrap 5 is needed for styling.
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-30