codetechnl/route-interface is a Laravel package for a web-based route list gui for laravel..
It currently has 10 GitHub stars and 26 downloads on Packagist (latest version 1.1.0).
Install it with composer require codetechnl/route-interface.
Discover more Laravel packages by codetechnl
or browse all Laravel packages to compare alternatives.
Last updated
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.
Search a route: use a + sign to search for multiple words. I.e.: User + Shop. There is no limit for the + sign.
Run the commandcomposer require codetechnl/route-interface
After installing publish the assets and config: php artisan vendor:publish --tag=route-interface --force
