leon-b/sextant

Get a list of laravel routes in your browser

0.0.1 2014-07-28 19:59 UTC

This package is not auto-updated.

Last update: 2024-04-23 05:33:12 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.

screenshot

Installation

  • composer require leon-b/sextant
  • composer update