Libraries tagged by route-cache
czim/laravel-localization-route-cache
176131 Downloads
Translated route caching solution for laravel localization
infocyph/webrick
16708 Downloads
A fast, modern PHP router with production-grade middleware, signed & temporary URLs, smart responses and first-class route caching.
codegenie-be/laravel-config-cache-guard
1114 Downloads
Prevent Laravel from using stale config or route cache after deployment changes, with Composer autoload integration and in-app auto repair for shared hosting.
wilburpowery/routes-cached
8576 Downloads
A Laravel Nova card.
learnzf2/route-cache
2446 Downloads
More speed with Cache Routing. This module is part of the Learn ZF2 book
ipunkt/laravel-route-cache
90 Downloads
Simple Cache for Laravel Routes sending 304 and cached static content
christophlehmann/route-cache
280 Downloads
A cache implementation for record slugs that prevents fetching and overlaying records again in the PersistedAliasMapper
componenta/router
40 Downloads
HTTP route registration, matching, generation, and compiled route cache for Componenta applications
ahmednour/laravel-attribute-routing
12 Downloads
Define Laravel routes with PHP 8 attributes on your controllers — colocated, composable, and route-cache friendly.
hushulin/laravel-route-cache
4 Downloads
Laravel route cache
artetecha/upsun-wp
501 Downloads
Must-use plugin integrating WordPress with the Upsun platform: environment awareness, router-cache friendliness, safe preview clones, deploy migrations, Site Health checks, and a wp upsun CLI command.
mkd/laravel-fast-api
8 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
lilocon/laravel-router-cache
39 Downloads
vakata/router-cached
12 Downloads
A simple request router with cached
nikolawd/laravel-route-disabling
2 Downloads
Temporarily disable Laravel routes without removing them from the codebase. Originally proposed for Laravel core.