appzcoder/lumen-routes-list

Display the route list of Lumen

Installs: 710 568

Dependents: 7

Suggesters: 0

Security: 0

Stars: 118

Watchers: 9

Forks: 30

Open Issues: 4

pkg:composer/appzcoder/lumen-routes-list

v1.2.0 2022-08-09 19:06 UTC

This package is auto-updated.

Last update: 2025-09-24 21:18:40 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