eternallovelin / pretty-routes

Pretty routes for Laravel 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pretty Routes for Laravel 5

Visualise your routes in pretty format.

Pretty Routes

Installation

composer require garygreen/pretty-routes

Add to your config/app.php providers array:

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="PrettyRoutes\ServiceProvider"

About

Pretty routes for Laravel 5


Languages

Language:HTML 63.1%Language:PHP 36.9%