Libraries tagged by Laravel Router
rakutentech/laravel-request-docs
982136 Downloads
Automatically generate Laravel docs from request rules, controllers and routes
laravel/wayfinder
54180 Downloads
Generate TypeScript representations of your Laravel actions and routes.
watson/active
3189790 Downloads
Laravel helper for recognising the current route, controller and action
lord/laroute
1906185 Downloads
Access Laravels URL/Route helper functions, from JavaScript.
artisansdk/ratelimiter
2572207 Downloads
A leaky bucket rate limiter and corresponding middleware with route-level granularity compatible with Laravel.
zschuessler/laravel-route-to-class
356762 Downloads
A Laravel view composer that will convert the current route to a body class. 'admin/product/5/edit' becomes 'admin-product-edit'
wulfheart/pretty_routes
383689 Downloads
Display your Laravel routes in the console, but make it pretty. 😎
spatie/laravel-route-discovery
29843 Downloads
Auto register routes using PHP attributes
bilfeldt/laravel-route-statistics
107635 Downloads
Log statistics about route usage per user/team
vizir/laravel-keycloak-web-guard
498620 Downloads
Simple Keycloak Guard to Laravel Web Routes
chinleung/laravel-multilingual-routes
157201 Downloads
A package to register multilingual routes.
laravel-lang/routes
816905 Downloads
Easy and fast way to localize routes
spatie/pest-plugin-route-testing
24933 Downloads
Make sure all routes in your Laravel app are ok
binshops/laravel-blog
39952 Downloads
Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.
stechstudio/laravel-jwt
78799 Downloads
Helper package that makes it easy to generate, consume, and protect routes with JWT tokens in Laravel