Nice Routes for Laravel 5
Get a nice overview of your Laravel routes., (*1)
Based on pretty-routes made by @garygreen., (*2)
, (*3)
Installation
composer require kuenzelit/nice-routes
Add to your config/app.php providers array (not neccessary > Laravel 5.5):, (*4)
PrettyRoutes\ServiceProvider::class,
By default the package exposes a /routes url. If you wish to configure this, publish the config., (*5)
php artisan vendor:publish --provider="KuenzelIT\NiceRoutes\NiceRoutesServiceProvider"