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

Display the route list of Lumen
4
0
0
Package Data
Maintainer Username: mash1t
Maintainer Contact: sohelamincse@gmail.com (Sohel Amin)
Package Create Date: 2021-04-11
Package Last Update: 2021-04-11
Home Page: https://packagist.org/packages/appzcoder/lumen-routes-list
Language: PHP
License: MIT
Last Refreshed: 2024-04-14 15:00:33
Package Statistics
Total Downloads: 4
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 0
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