zitrone475 / lumen-route-command by zitrone475
forked from sohelamin/lumen-route-list

Lumen 7 Update - All credits to Sohel Amin - Display the route list of Lumen
1,097
0
0
Package Data
Maintainer Username: zitrone475
Maintainer Contact: sohelamincse@gmail.com (Sohel Amin)
Package Create Date: 2020-06-02
Package Last Update: 2020-06-02
Home Page: https://packagist.org/packages/zitrone475/lumen-routes-command
Language: PHP
License: MIT
Last Refreshed: 2024-04-26 03:25:07
Package Statistics
Total Downloads: 1,097
Monthly Downloads: 1
Daily Downloads: 0
Total Stars: 0
Total Watchers: 0
Total Forks: 0
Total Open Issues: 0

Lumen 7 Update - All credits to Sohel Amin - Lumen Route List Display

License

Installation

  1. Run

    composer require zitrone475/lumen-routes-command
    
  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