Libraries tagged by not-modified
abordage/laravel-last-modified
8464 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
dragon-code/last-modified
7775 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
andrey-helldar/last-modified
6497 Downloads
Setting the response code 304 Not Modified in the absence of content changes.
denismitr/etag
266 Downloads
Etag Middleware for Laravel
xnf4o/laravel-last-modified
12 Downloads
Setting the Last-Modified header and 304 Not Modified response code if the page hasn't changed since the last visit
divinity76/php-httpreadfile
2 Downloads
readfile() with 304 Not Modified and 206 Partial Content support
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.