sohelamin / lumen-route-list by appzcoder

Display the route list of Lumen
690,396
118
9
Package Data
Maintainer Username: appzcoder
Maintainer Contact: sohelamincse@gmail.com (Sohel Amin)
Package Create Date: 2015-07-01
Package Last Update: 2022-08-09
Home Page: https://packagist.org/packages/appzcoder/lumen-routes-list
Language: PHP
License: MIT
Last Refreshed: 2025-04-07 03:08:45
Package Statistics
Total Downloads: 690,396
Monthly Downloads: 2,965
Daily Downloads: 24
Total Stars: 118
Total Watchers: 9
Total Forks: 31
Total Open Issues: 4

Lumen Route List Display

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