leon-b/sextant

Get a list of laravel routes in your browser

Downloads

17

Stars

0

Version

0.0.1

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