Skip to content

foo99/pretty-routes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 63.1%
  • PHP 36.9%