Skip to content

bencorlett/Laravel-Routes-Command

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To install this package, simply add 'JeffreyWay\RoutesCommand\RoutesCommandServiceProvider' to your list of service provdiers in app/config/app.php.

That's it! From the Terminal, run php artisan routes to view all of your app's registered routes.

routes command

The output is separated into three columns:

  • URI - HTTP method and route
  • Name - Is a named route associated?
  • Action - Which method (or closure) is responsible for this route?

About

Want something similar to Rails' "rake routes" for Laravel?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages