2017 © Pedro Peláez
 

library pretty-routes

Pretty routes for Laravel 5.

image

garygreen/pretty-routes

Pretty routes for Laravel 5.

  • Monday, April 23, 2018
  • by garygreen
  • Repository
  • 10 Watchers
  • 401 Stars
  • 108,007 Installations
  • HTML
  • 3 Dependents
  • 0 Suggesters
  • 47 Forks
  • 9 Open issues
  • 11 Versions
  • 12 % Grown

The README.md

Pretty Routes for Laravel

Visualise your routes in pretty format., (*1)

Pretty Routes, (*2)

Installation

composer require garygreen/pretty-routes

If your using autodiscovery in Laravel, it should just work., (*3)

Otherwise - add to your config/app.php providers array to where all your package providers are (before your app's providers):, (*4)

PrettyRoutes\ServiceProvider::class,

By default the package exposes a /routes url. If you wish to configure this, publish the config., (*5)

php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider"

If accessing /routes isn't working, ensure that you've included the provider within the same area as all your package providers (before all your app's providers) to ensure it takes priority., (*6)

By default pretty routes only enables itself when APP_DEBUG env is true. You can configure this on the published config as above, or add any custom middlewares., (*7)

The Versions

23/04 2018

dev-master

9999999-dev

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

08/02 2018

1.0.1

1.0.1.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

09/11 2017

1.0.0

1.0.0.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

08/06 2017

0.0.8

0.0.8.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

08/06 2017

0.0.7

0.0.7.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

18/01 2017

0.0.6

0.0.6.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

08/11 2016

0.0.5

0.0.5.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

05/11 2016

0.0.4

0.0.4.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

27/10 2016

0.0.3

0.0.3.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

07/10 2016

0.0.2

0.0.2.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green

26/08 2016

0.0.1

0.0.1.0

Pretty routes for Laravel 5.

  Sources   Download

MIT

The Requires

 

by Gary Green