Laravel-ResponseCache

July 21 2015, 4:24pm

Speed up your website by caching entire responses. By default it will cache all successful GET requests for a week. Can store cache in any Laravel supported cache (file, redis, memcache). You can have separate caches per user. If you want more granular caching like ESI includes or reverse proxy caching check out laravel-httpcache.