wicaksonoe/lumen-routes-list

Display the route list of Lumen

Maintainers

Package info

github.com/wicaksonoe/lumen-route-list

pkg:composer/wicaksonoe/lumen-routes-list

Statistics

Installs: 56

Dependents: 0

Suggesters: 0

Stars: 0

v1.2 2021-03-13 05:10 UTC

This package is not auto-updated.

Last update: 2026-03-09 03:43:27 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