media24si / route-explorer
Laravel 5 route explorer
Installs: 137
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 6
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: >=5.4.0
- laravel/framework: 5.0.* || 5.1.*
This package is not auto-updated.
Last update: 2022-02-19 04:02:01 UTC
README
Laravel5 Route Explorer
Install
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
Usage
Go to /routes
to see all registrated routes.
Go to /routes/groups
to see routes grouped by prefixes
License
The MIT License (MIT). Please see License File for more information.