leon-b/sextant

Get a list of laravel routes in your browser

Maintainers

Package info

github.com/LeonB/laravel-sextant

pkg:composer/leon-b/sextant

Statistics

Installs: 20

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2014-07-28 19:59 UTC

This package is not auto-updated.

Last update: 2026-03-10 15:07:33 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