marcha/lumen-routes-list

Display the route list of Lumen

v2.1.1 2020-12-20 10:55 UTC

This package is auto-updated.

Last update: 2024-04-20 18:08:25 UTC


README

Total Downloads Latest Stable Version

Installation

  1. Run

    composer require marcha/lumen-routes-list
    
  2. Add service provider into /bootstrap/app.php file.

    $app->register(Marcha\LumenRoutesList\RoutesCommandServiceProvider::class);
  3. Run composer dump-autoload

Commands

php artisan route:list

Author

Sohel Amin