Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Pretty routes for Laravel

NotificationsYou must be signed in to change notification settings

garygreen/pretty-routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualise your routes in pretty format.

Pretty Routes

Installation

composer require garygreen/pretty-routes

If your using autodiscovery in Laravel, it should just work.

Otherwise - add to yourconfig/app.php providers array to where all your package providers are (before your app's providers):

PrettyRoutes\ServiceProvider::class,

By default the package exposes a/routes url. If you wish to configure this, publish the config.

php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider"

If accessing/routes isn't working, ensure that you've included the provider within the same area as all your package providers (before all your app's providers) to ensure it takes priority.

By default pretty routes only enables itself whenAPP_DEBUG env is true. You can configure this on the published config as above, or add any custom middlewares.

About

Pretty routes for Laravel

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors16


[8]ページ先頭

©2009-2025 Movatter.jp