mmaalouly/laravel-etag-middleware
A Laravel middleware for adding ETags to HTTP requests to improve response times
1,239
| Install | |
|---|---|
composer require mmaalouly/laravel-etag-middleware |
|
| License: | MIT |
| Last Updated: | Jun 16, 2025 |
| Links: | GitHub · Packagist |
Maintainer: marcmaalouly
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
Related Packages
matthewbdaly/laravel-etag-middleware
A Laravel middleware for adding ETags to HTTP requests to improve response times
335,774
64
zae/strict-transport-security
Set the HSTS header to enable HTTP Strict Transport Security
149,858
7