cupoftea / prioritize-routes
Prioritize your routes in Laravel 5.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/cupoftea/prioritize-routes
Requires
- cupoftea/package: ^1.3
- illuminate/routing: 5.1.*|5.2.*|5.3.*
- illuminate/support: 5.1.*|5.2.*|5.3.*
This package is auto-updated.
Last update: 2025-09-21 22:37:36 UTC
README
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.