laravel-etag-middleware maintained by mmaalouly
Description
A Laravel middleware for adding ETags to HTTP requests to improve response times
Author
Last update
2025/06/16 20:52
(dev-master)
License
Downloads
968
Tags
laravel-etag-middleware
A Laravel middleware for adding ETags to HTTP requests to improve response times
Installation
Run the following command to install the package:
composer require matthewbdaly/laravel-etag-middleware
Then just include this in your app/Http/Kernel.php in the appropriate place where you want to import the middleware:
\Matthewbdaly\ETagMiddleware\ETag::class