| Package Data | |
|---|---|
| Maintainer Username: | CupOfTea696 |
| Maintainer Contact: | cupoftea696@gmail.com (CupOfTea696) |
| Package Create Date: | 2016-12-20 |
| Package Last Update: | 2017-01-03 |
| Home Page: | http://prioritize-routes.cupoftea.io/ |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-02 15:00:04 |
| Package Statistics | |
|---|---|
| Total Downloads: | 8 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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.