media24si / route-explorer
This package is abandoned and no longer maintained.
No replacement package was suggested.
Laravel 5 route explorer
0.1
2016-02-08 11:04 UTC
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.