dwains-world/lumen-routes-command

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

This package's canonical repository appears to be gone and the package has been frozen as a result.

1.1.3 2021-07-12 22:34 UTC

This package is auto-updated.

Last update: 2023-12-13 03:47:56 UTC


README

License

Installation

  1. Run

    composer require dwains-world/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