ur13l/api-crud-generator
最新稳定版本:1.1.2
Composer 安装命令:
composer require ur13l/api-crud-generator
包简介
Controller generator for Laravel based on the models available in your project.
README 文档
README
Automatic controller generator for Laravel based on the existing models in your project. You can get the default methods (store, update, destroy, show and index) in a controller and with default content for an API project just by executing:
php artisan crud:generate
Installation
Use composer to install this package:
$ composer require ur13l\api-crud-generator
You will need to add the service provider on your config/app.php file:
Ur13l\ApiCrudGenerator\Providers\ApiCrudGeneratorProvider::class,
统计信息
- 总下载量: 3.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-01