filippo-toso/controllers-generator
Composer 安装命令:
composer require filippo-toso/controllers-generator
包简介
A Laravel Artisan command to automatically generate controllers and tests
README 文档
README
A Laravel Artisan command to automatically generate controllers.
Requirements
- PHP 5.6+
- Laravel 5.4+
Installing
Use Composer to install it:
composer require filippo-toso/controllers-generator
How does it work?
This generator is very simple. It builds a simple controller with CRUD capabilities (plus list) from a specified model.
By default the generator doesn't overwrite existing controllers.
Configuration
You can publish the configuration file with the following command:
php artisan vendor:publish --tag=config --provider="FilippoToso\ControllersGenerator\ServiceProvider"
The config/controller-generator.php file allows you to:
- specify if flash messages should be added (requires laracasts/flash to work)
- specify the path format of the generated views
- specify the route format of the routes
- specify the url format of the routes
Just open the file and read the comments :)
Options
The predefined use from command line is:
php artisan generate:controller {contoller} {model}
This command creates a {controller} with CRUD capabilities for the specified {model}.
If there is an existing controller in the App\Http\Controllers namespace it will not overwritten.
You can modify the default behavior using the following parameters:
php artisan generate:controller {contoller} {model} --overwrite
With the overwrite option the generator will always overwrite the controller in the App\Http\Controllers namespace.
Other options include:
- --test : When set the generator creates also a test suite for the controller.
- --protected : When set the generator adds code to protect the routes from users without the required permissions.
- --owned : When both this option and --protected are set, the generator ads checks for ownership before updating and deleting resources.
- --routes : When set the generator will add the required routes to the routes/web.php file.
- --base-controller= : Specify the base controller that the generated controller will extend on.
filippo-toso/controllers-generator 适用场景与选型建议
filippo-toso/controllers-generator 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 64 次下载、GitHub Stars 达 1, 最近一次更新时间为 2019 年 05 月 03 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 filippo-toso/controllers-generator 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 filippo-toso/controllers-generator 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 64
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-03