Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.52 KB

File metadata and controls

10 lines (7 loc) · 2.52 KB
description
Adding cache on your Laravel Eloquent queries' results is now a breeze.

⚡ Introduction

CI codecov StyleCI Latest Stable Version Total Downloads Monthly Downloads License

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.