wicaksonoe/lumen-routes-list

Display the route list of Lumen
56
Install
composer require wicaksonoe/lumen-routes-list
Latest Version:v1.2
PHP:>=7
License:MIT
Last Updated:Mar 13, 2021
Links: GitHub  ·  Packagist
Maintainer: wicaksonoe

Lumen Route List Display

Total Downloads Latest Stable Version Latest Unstable Version License

Installation

  1. Run

    composer require appzcoder/lumen-routes-list
    
  2. Add service provider into /bootstrap/app.php file.

    $app->register(Appzcoder\LumenRoutesList\RoutesCommandServiceProvider::class);
    
  3. Run composer dump-autoload

Commands

php artisan route:list

Author

Sohel Amin