Looking to hire Laravel developers? Try LaraJobs

laravel-query-compat maintained by hagematech

Description
Universal HTTP QUERY Method & ETag 304 Caching Middleware for Laravel Framework.
Author
Last update
2026/08/23 16:03 (dev-main)
License
Links
Downloads
4

Comments
comments powered by Disqus

hagematech/laravel-query-compat

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