cbxtechcorp/lumen-api-routes-list
Composer 安装命令:
composer require cbxtechcorp/lumen-api-routes-list
包简介
Display the route list of dingo api configuration
README 文档
README
Provee el comando api:routes de laravel en lumen
Instalation
How to add this comand to your lumen project
Add Dependency
Add the dependency as dev for deployment optimization.
composer require CbxTechCorp/lumen-api-routes-list --dev
Enable The Command
Add this lines to bootstrap/app.php to load the command.
//list api routes if (class_exists(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class)) { $app->register(CbxTechCorp\LumenApiRoutesList\ApiRoutesCommandServiceProvider::class); };
Check the Result
php artisan api:routes
统计信息
- 总下载量: 656
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-19