mlntn/lumen-artisan-route-list

artisan route:list for Lumen projects

1.0 2016-02-29 17:15 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:29:24 UTC


README

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!