hagematech / laravel-query-compat
Universal HTTP QUERY Method & ETag 304 Caching Middleware for Laravel Framework.
v1.0.1
2026-08-23 14:03 UTC
Requires
- php: ^8.1
- illuminate/http: ^9.0|^10.0|^11.0
README
Universal HTTP QUERY Method & ETag 304 Caching Middleware for Laravel Framework.
Installation
composer require hagematech/laravel-query-compat
Quick Start (Laravel 9 / 10 / 11)
Register the middleware in bootstrap/app.php (Laravel 11) or app/Http/Kernel.php (Laravel 9/10):
use Hagematech\LaravelQueryCompat\Middleware\QueryCompatMiddleware; ->withMiddleware(function (Middleware $middleware) { $middleware->append(QueryCompatMiddleware::class); })
License
MIT © Hagematech