Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 521 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 521 Bytes

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"