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

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

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.

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"