kuenzelit / nice-routes
Nice routes for Laravel 5.
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
pkg:composer/kuenzelit/nice-routes
Requires
- laravel/framework: 5.1.*|5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*
This package is not auto-updated.
Last update: 2025-10-21 23:06:46 UTC
README
Get a nice overview of your Laravel routes.
Based on pretty-routes made by @garygreen.
Installation
composer require kuenzelit/nice-routes
Add to your config/app.php providers array (not neccessary > Laravel 5.5):
PrettyRoutes\ServiceProvider::class,
By default the package exposes a /routes url. If you wish to configure this, publish the config.
php artisan vendor:publish --provider="KuenzelIT\NiceRoutes\NiceRoutesServiceProvider"
