leon-b/sextant

Get a list of laravel routes in your browser

Installs: 20

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/leon-b/sextant

0.0.1 2014-07-28 19:59 UTC

This package is not auto-updated.

Last update: 2025-10-21 13:07:58 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