kuenzelit/nice-routes

Nice routes for Laravel 5.

dev-master 2018-11-09 11:48 UTC

This package is not auto-updated.

Last update: 2024-11-19 18:35:47 UTC


README

Get a nice overview of your Laravel routes.

Based on pretty-routes made by @garygreen.

Pretty Routes

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"