leon-b / sextant
Get a list of laravel routes in your browser
0.0.1
2014-07-28 19:59 UTC
Requires
- php: >=5.4.0
- illuminate/support: 4.2.*
This package is not auto-updated.
Last update: 2024-11-19 08:25:49 UTC
README
The idea for this package is based on Rails' Sextant gem. It allows you to easily view all registered routes in the browser.
How
Visit http://$myapp/laravel/info/routes
to view your routes in a similair
fashion to artisan routes
.
Installation
composer require leon-b/sextant
composer update