theupriser / laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Package info
gitlab.com/theupriser/laravel-eloquent-query-cache
pkg:composer/theupriser/laravel-eloquent-query-cache
v4.3.0
2026-04-04 20:16 UTC
Requires
- illuminate/database: ^8.83 || ^9.35 || ^10.0 || ^11.0 || ^12.0 || ^13.0
- illuminate/support: ^8.83 || ^9.35 || ^10.0 || ^11.0 || ^12.0 || ^13.0
This package is auto-updated.
Last update: 2026-06-04 18:37:14 UTC
README
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.
📃 Documentation
The entire documentation is available on Gitbook 🌍
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email rickpeters@upriser.nl instead of using the issue tracker.