LaravelPackages.net
Acme Inc.
Toggle sidebar
matthewbdaly/laravel-etag-middleware

A Laravel middleware for adding ETags to HTTP requests to improve response times

330.856
64
1.3.6
About matthewbdaly/laravel-etag-middleware

matthewbdaly/laravel-etag-middleware is a Laravel package for a laravel middleware for adding etags to http requests to improve response times. It currently has 64 GitHub stars and 330.856 downloads on Packagist (latest version 1.3.6). Install it with composer require matthewbdaly/laravel-etag-middleware. Discover more Laravel packages by matthewbdaly or browse all Laravel packages to compare alternatives.

Last updated

laravel-etag-middleware

A Laravel middleware for adding ETags to HTTP requests to improve response times

Build Status Coverage Status StyleCI

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

Star History Chart