Libraries tagged by laravel-router
s-patompong/laravel-routes-html
4637 Downloads
View your Laravel routes on the browser.
ricventu/laravel-route-viewer
217 Downloads
Laravel Route Viewer
paulhenri-l/laravel-route-helpers
8 Downloads
Rails like route helpers to easily generate paths to your laravel controllers
n7olkachev/laravel-route-helpers
12 Downloads
Rails-like route helpers for your Laravel application
martenkoetsier/laravel-routelist
19 Downloads
Alternative to route:list console command with more emphasis on route names, shortened controller names, more compact middleware view and other small tweaks.
juniorb2ss/laravel-route-extends-macros
13 Downloads
Utils macros to laravel route.
ipunkt/laravel-route-cache
86 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
five-say/laravel-route-group
435 Downloads
Object-oriented route group.use like this: $route->get(...)->as(...)->uses(...)->before(...);
ejunker/laravel-route-attributes
206 Downloads
Auto register routes using PHP attributes
divineomega/laravel-route-restrictor
4413 Downloads
Laravel middleware to restrict a site or specific routes using HTTP basic authentication
codezero/laravel-route-key-exists
145 Downloads
Laravel validation rule to check if a custom route key exists.
campaigningbureau/critical-laravel-routes
1884 Downloads
Automatically create and link Critical CSS for static routes in Laravel projects
bmatovu/laravel-route-list
534 Downloads
Laravel route list.
biscofil/laravel-route-summary
572 Downloads
Create Laravel route summary
antoninmasek/laravel-route-directory-macro
201 Downloads
Adds Route::loadFromDirectory macro to Route facade, which will load all files with routes inside a directory.