CupOfTea696 / PrioritizeRoutes by CupOfTea696

Prioritize your routes in Laravel 5.
8
4
3
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: 2024-04-17 15:04:16
Package Statistics
Total Downloads: 8
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 4
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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.