| Package Data | |
|---|---|
| Maintainer Username: | anhmantk |
| Maintainer Contact: | anhmantk@gmail.com (Ha Anh Man) |
| Package Create Date: | 2016-11-25 |
| Package Last Update: | 2016-11-28 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:08:00 |
| Package Statistics | |
|---|---|
| Total Downloads: | 48 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Display The Lumen Registered Routes List Same As Laravel
Run
composer require mannv/dingo-routes-list:1.0.x@dev
Add service provider into /bootstrap/app.php file.
$app->register(Mannv\DingoRoutesList\RoutesCommandServiceProvider::class);
Run composer update
php artisan route:list {default version name: API_VERSION}
EX:
- artisan route:list v1
- artisan route:list v2
##Author ...