codetechnl / route-interface
A web-based route list GUI for Laravel.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 2
Open Issues: 0
Language:CSS
Requires
- php: >=7.1.3
- laravel/framework: >=5.6
Requires (Dev)
- orchestra/testbench: >=3.6
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^7.0|^8.0
README
This package is a very simple interface to display all routes in your web application. Instead of using the command line, you can pay a visit at yourdomain.com/development/routes. An interface with several options will appear.
Possibilities
- Add search terms
- Display columns bases on your preferences.
- Search in each column
- Sort ASC/DESC
Search a route: use a + sign to search for multiple words. I.e.: User + Shop. There is no limit for the + sign.
Installation
Run the commandcomposer require codetechnl/route-interface
After installing publish the assets and config: php artisan vendor:publish --tag=route-interface --force