Skip to content

CupOfTea696/PrioritizeRoutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version StyleCI License

PrioritizeRoutes

Prioritize your routes in Laravel 5.

PrioritizeRoutes is a Laravel 5.1 and up package that allows you to assign priority to routes.

Prioritizing routes can be very useful when you want to ensure a catchall route is always matched last, allowing other routes that also match this catchall route to match first. More info in the Documentation.