Skip to content

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

License

Notifications You must be signed in to change notification settings

matthewbdaly/laravel-etag-middleware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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