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)

Installs: 1 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 1

Forks: 0

Open Issues: 1

Language:HTML

0.0.4 2017-09-17 09:00 UTC

This package is not auto-updated.

Last update: 2022-07-19 13:27:46 UTC


README

Visualise your routes in list format.

List Routes

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"