purrdigital/laravel-crud-package
最新稳定版本:v1.0.2
Composer 安装命令:
composer require purrdigital/laravel-crud-package
包简介
Opinionated Repository CRUD Generator
README 文档
README
This package will create a full crud suite for you. This is based on an opinionated repository pattern. This package uses vue/inertia for the front end so this package won't work with any other front-end unless of course you manually update the controllers to work with your front end.
Installation
You can install the package via composer:
composer require PurrDigital/laravel-crud-package
Usage
In the terminal and using php artisan you can run the following command
php artisan generate:crud Test
Using the above command will generate the following,
- Controller
- Model
- Seeder
- Policy
- Request
- Resource
- Interface
- Repository
- Update repository provider(if it exists)
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-07-28