mlntn / lumen-artisan-route-list
artisan route:list for Lumen projects
Installs: 625
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mlntn/lumen-artisan-route-list
This package is not auto-updated.
Last update: 2025-09-28 00:29:26 UTC
README
artisan route:list for Lumen projects
Installation
-
composer require mlntn/lumen-artisan-route-list "~1"
-
Add the following line to the $commands array in app/Console/Kernel.php:
\Mlntn\Console\Commands\RouteList::class,
-
artisan route:list
Disclaimer
I didn't write most of this code. It comes straight from laravel/framework by @taylorotwell. I did have to tweak a bunch of things to get it going for Lumen. Enjoy!