项目作者: CupOfTea696

项目描述 :
Prioritize your routes in Laravel 5.
高级语言: PHP
项目地址: git://github.com/CupOfTea696/PrioritizeRoutes.git
创建时间: 2016-12-20T00:39:31Z
项目社区:https://github.com/CupOfTea696/PrioritizeRoutes

开源协议:MIT License

下载


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.