mlntn/lumen-artisan-route-list
artisan route:list... for Lumen
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!
Related Packages
ahmadsyamim/laravel-migrations-generator
Generates Laravel Migrations from an existing database
37
0
codicastudio/laravel-php-cs-fixer
Easily format your Laravel Code with this Configuration file and accompanying ar...
25
0