zitrone475/lumen-routes-command

Lumen 7 Update - All credits to Sohel Amin - Display the route list of Lumen

1.1.2 2020-06-02 11:55 UTC

This package is auto-updated.

Last update: 2024-03-29 04:12:36 UTC


README

License

Installation

  1. Run

    composer require zitrone475/lumen-routes-command
    
  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