mash1t/lumen-routes-list

Display the route list of Lumen

v1.2.0 2021-04-11 11:15 UTC

This package is not auto-updated.

Last update: 2024-04-23 01:03:52 UTC


README

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