Adding cache on your Laravel Eloquent queries' results is now a breeze.
rennokki/laravel-eloquent-query-cache is a Laravel package for adding cache on your laravel eloquent queries' results is now a breeze..
It currently has 1.119 GitHub stars and 4.241.971 downloads on Packagist (latest version 3.6.1).
Install it with composer require rennokki/laravel-eloquent-query-cache.
Discover more Laravel packages by rennokki
or browse all Laravel packages to compare alternatives.
Last updated
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, making use of cache within your database queries.
If you are using one or more Renoki Co. open-source packages in your production apps, in presentation demos, hobby projects, school projects or so, sponsor our work with Github Sponsors. 📦
The entire documentation is available on Gitbook 🌍
vendor/bin/phpunit
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.