widnyana/lumen-dingo-routes-list
Composer 安装命令:
composer require widnyana/lumen-dingo-routes-list
包简介
Lumen Routes List Dingo API Endpoint
关键字:
README 文档
README
This code bring Dingo's api:route command to Lumen's artisan.
Howto
Acquire the source code:
composer require widnyana/lumen-dingo-routes-list
and Register the service provider:
// file: bootstrap/app.php
$app->register(Widnyana\LDRoutesList\CommandServiceProvider::class);
call it like this:
$ ./artisan api:list-route
for avoiding any command conflict with Dingo nor Lumen, the command is located at api:list-route .
Help wanted
There is an "undefined behaviour" that I can't exactly tell you why it will always say GET|HEAD for the Method columns no matter what HTTP Method you define for each route, as far as I try, there is no HTTP Method passed down to Dingo\Api\Routing\Route, and the function call to $route->getMethods() will always return GET|HEAD. If you know how, please send me a pull request :)
Disclaimer
This code is blatantly stolen from this file.
License
see license
统计信息
- 总下载量: 1.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2016-07-03