matthewbdaly/laravel-etag-middleware

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

Installs: 313 995

Dependents: 2

Suggesters: 0

Security: 0

Stars: 64

Watchers: 4

Forks: 13

Open Issues: 1

pkg:composer/matthewbdaly/laravel-etag-middleware

1.3.6 2023-03-20 16:12 UTC

README

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