neptunedesign / list-routes
This package is abandoned and no longer maintained.
The author suggests using the https://github.com/garygreen/pretty-routes package instead.
List Routes for Laravel 5.5+ (Fork garygreen/pretty-routes)
Package info
github.com/NeptuneDesign/list-routes
Language:HTML
pkg:composer/neptunedesign/list-routes
0.0.4
2017-09-17 09:00 UTC
Requires
- laravel/framework: ~5.5.0
This package is not auto-updated.
Last update: 2022-07-19 13:27:46 UTC
README
Visualise your routes in list format.
Installation
composer require neptunedesign/list-routes
Add to your config/app.php providers array:
ListRoutes\ServiceProvider::class,
Laravel 5.5 uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
By default the package exposes a /routes url. If you wish to configure this, publish the config.
php artisan vendor:publish --provider="ListRoutes\ServiceProvider"
By default, the package hides the url that corresponds to the regular expression #^_debugbar#. If you wish to configure this, publish the config.
php artisan vendor:publish --provider="ListRoutes\ServiceProvider"
