matthewbdaly/laravel-etag-middleware

A Laravel middleware for adding ETags to HTTP requests to improve response times
333,353 64
Install
composer require matthewbdaly/laravel-etag-middleware
Latest Version:1.3.6
License:MIT
Last Updated:Mar 2, 2024
Links: GitHub  ·  Packagist
Maintainer: matthewbdaly

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

Related Packages

zae/strict-transport-security

Set the HSTS header to enable HTTP Strict Transport Security

142,470 7
denismitr/laracors

Cross Origin Resource Sharing Middleware for Laravel or Lumen

113 3