Download the PHP package thedevsaddam/lumen-route-list without Composer
On this page you can find all versions of the php package thedevsaddam/lumen-route-list. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thedevsaddam/lumen-route-list
More information about thedevsaddam/lumen-route-list
Files in thedevsaddam/lumen-route-list
Download thedevsaddam/lumen-route-list
More information about thedevsaddam/lumen-route-list
Files in thedevsaddam/lumen-route-list
Vendor thedevsaddam
Package lumen-route-list
Short Description Display all the registered route list like laravel
License MIT
Homepage https://github.com/thedevsaddam/lumen-route-list
Package lumen-route-list
Short Description Display all the registered route list like laravel
License MIT
Homepage https://github.com/thedevsaddam/lumen-route-list
Please rate this library. Is it a good library?
Informations about the package lumen-route-list
Lumen Route List
This package will help to display all the registered route list like laravel.
This package is no longer maintained :( use this package appzcoder/lumen-route-list
Installation
Via Composer
Install manually (add the line to composer.json file)
Then open your terminal and hit the command
Open bootstrap/app.php and add the line below
Uses
- Run
php artisan route:list
to display the route list - Inorder to filter routes use
php artisan route:list --method=searchKeyword --uri=searchKeyword
- To display in reverse order use
--reverse
or-r
Filtering example given below:
License
The lumen-route-list is a open-source software licensed under the MIT License.
Thank you :)
All versions of lumen-route-list with dependencies
PHP Build Version
Package Version
No informations.
The package thedevsaddam/lumen-route-list contains the following files
Loading the files please wait ....