mlntn/lumen-artisan-route-list

artisan route:list for Lumen projects
626
Install
composer require mlntn/lumen-artisan-route-list
Latest Version:1.0
License:MIT
Last Updated:Feb 29, 2016
Links: GitHub  ·  Packagist
Maintainer: mlntn

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!

Related Packages

ahmadsyamim/laravel-migrations-generator

Generates Laravel Migrations from an existing database

37 0
tumichnix/lumen-env

.env manipulator for the lumen-framework

5 0
webikevn/migration-generate

Generates Laravel Migrations from an existing database

138 1
cryental/lumen-artisan-serve

artisan serve for Lumen projects

224 0
codicastudio/laravel-php-cs-fixer

Easily format your Laravel Code with this Configuration file and accompanying ar...

25 0