LeonB / laravel-sextant by LeonB

Get a list of laravel routes in your browser
17
0
3
Package Data
Maintainer Username: LeonB
Maintainer Contact: leonbogaert@gmail.com (Leon Bogaert)
Package Create Date: 2014-07-27
Package Last Update: 2014-07-28
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:01:54
Package Statistics
Total Downloads: 17
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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