Libraries tagged by laravel-routes
paulhenri-l/laravel-route-helpers
10 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
onamfc/laravel-route-visualizer
23 Downloads
A comprehensive route visualization package for Laravel applications
olliecodes/laravel-route-registrars
1084 Downloads
Adds route registrars as an alternative object based approach to registering routes.
jord-jd/laravel-route-restrictor
3 Downloads
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
jonasof/laravel-route-debugger
1783 Downloads
Get file and line of matched laravel route
ixianming/laravel-route-service-provider
42 Downloads
Laravel's route management extension, supports Laravel 5.3 and above, Laravel 6, Laravel 7, Laravel 8, Laravel 9. Based on Laravel's route service provider, provides more convenient and powerful routing management services. Please read README.MD for more details.
ipunkt/laravel-route-cache
90 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
five-say/laravel-route-group
440 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);
dragon-code/laravel-route-names
9227 Downloads
Automatic generation of route names
codezero/laravel-route-key-exists
149 Downloads
Laravel validation rule to check if a custom route key exists.
cetria/laravel-route-model-upcaster
52 Downloads
Laravel package for automatically resolving Eloquent models based on a database column.
brayniverse/laravel-route-macros
150 Downloads
A collection of useful route macros.
ahmetbarut/laravel-route-docs
15 Downloads
zepfietje/laravel-route
210 Downloads
Custom Laravel Route class which adds some convenient behavior.
shrimpwagon/laravel-route-controller
209 Downloads
Adds back the Route:controller functionality that was removed in Laravel 5.3 and 5.4