wicaksonoe / lumen-route-list by wicaksonoe
forked from sohelamin/lumen-route-list

Display the route list of Lumen
47
0
1
Package Data
Maintainer Username: wicaksonoe
Maintainer Contact: sohelamincse@gmail.com (Sohel Amin)
Package Create Date: 2021-03-13
Package Last Update: 2021-03-13
Home Page: https://packagist.org/packages/appzcoder/lumen-routes-list
Language: PHP
License: MIT
Last Refreshed: 2024-04-22 03:01:08
Package Statistics
Total Downloads: 47
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

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