MOTA9100 / lumen-route-list by mota9100
forked from sohelamin/lumen-route-list

Display the route list of Lumen
8
0
0
Package Data
Maintainer Username: mota9100
Maintainer Contact: sohelamincse@gmail.com (Sohel Amin)
Package Create Date: 2021-05-09
Package Last Update: 2021-05-09
Home Page: https://packagist.org/packages/appzcoder/lumen-routes-list
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:15:46
Package Statistics
Total Downloads: 8
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