sohelamin / lumen-route-list by appzcoder

Display the route list of Lumen
650,271
117
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: 2024-05-11 03:12:28
Package Statistics
Total Downloads: 650,271
Monthly Downloads: 4,026
Daily Downloads: 151
Total Stars: 117
Total Watchers: 9
Total Forks: 32
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