mlntn / lumen-artisan-route-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artisan route:list... for Lumen

artisan route:list for Lumen projects

Installation

  1. composer require mlntn/lumen-artisan-route-list "~1"

  2. Add the following line to the $commands array in app/Console/Kernel.php:

    \Mlntn\Console\Commands\RouteList::class,

  3. 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!

About

License:MIT License


Languages

Language:PHP 100.0%