Libraries tagged by laravel-route
jonasof/laravel-route-debugger
1750 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
438 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);
dragon-code/laravel-route-names
9215 Downloads
Automatic generation of route names
divineomega/laravel-route-restrictor
4435 Downloads
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
codezero/laravel-route-key-exists
147 Downloads
Laravel validation rule to check if a custom route key exists.
brayniverse/laravel-route-macros
150 Downloads
A collection of useful route macros.
bradisrad83/laravel-route-visualizer
3 Downloads
A Laravel package for visualizing your registered routes — complete with filtering by HTTP method, middleware, and search functionality. Designed to be elegant and fast, powered by Alpine.js and Tailwind CSS.
biscofil/laravel-route-summary
593 Downloads
Create Laravel route summary
antoninmasek/laravel-route-directory-macro
224 Downloads
Adds Route::loadFromDirectory macro to Route facade, which will load all files with routes inside a directory.
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
sebastiaanluca/laravel-route-model-autobinding
2811 Downloads
Automatically bind Eloquent models to be used as route segments.