Introduction

Adding cache on your Laravel Eloquent queries' results is now a breeze.

Laravel Eloquent Query Cache brings back the remember() functionality that has been removed from Laravel a long time ago. It adds caching functionalities directly on the Eloquent level, helping you acquire speed by caching results.

Last updated