leon-b/sextant

Get a list of laravel routes in your browser
20
Install
composer require leon-b/sextant
License:MIT
Last Updated:Jul 28, 2014
Links: GitHub  ·  Packagist
Maintainer: LeonB

Laravel Sextant

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.

screenshot

Installation

  • composer require leon-b/sextant
  • composer update