leon-b/sextant is a Laravel package for get a list of laravel routes in your browser.
It currently has 0 GitHub stars and 20 downloads on Packagist (latest version 0.0.1).
Install it with composer require leon-b/sextant.
Discover more Laravel packages by leon-b
or browse all Laravel packages to compare alternatives.
Last updated
The idea for this package is based on Rails' Sextant gem. It allows you to easily view all registered routes in the browser.
Visit http://$myapp/laravel/info/routes to view your routes in a similair
fashion to artisan routes.
composer require leon-b/sextantcomposer update