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
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-04 19:08:01 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.