Archived - see Pretty Routes for Laravel
Require this package with composer (Packagist) using the following command:
$ composer require media24si/route-explorer
Register the RouteExplorerServiceProvider to the providers array in config/app.php
Media24si\RouteExplorer\RouteExplorerServiceProvider::class
Go to /routes
to see all registrated routes.
Go to /routes/groups
to see routes grouped by prefixes
The MIT License (MIT). Please see License File for more information.