theupriser / laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
v4.2.0
2024-11-15 08:25 UTC
Requires
- illuminate/database: ^8.83 || ^9.35 || ^10.0 || ^11.0 || ^12.0
- illuminate/support: ^8.83 || ^9.35 || ^10.0 || ^11.0 || ^12.0
- dev-master
- v4.2.0
- v4.1.0
- v4.0.1
- v4.0.0
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.0
- 2.x-dev
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.1
- 2.0.0
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.x-dev
- 1.0.0
- dev-dependabot/composer/phpunit/phpunit-tw-9.6.4
- dev-dependabot/github_actions/actions/cache-3.2.6
- dev-feature/refactor-4.x
- dev-3.x-test
This package is not auto-updated.
Last update: 2025-03-06 21:36:46 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.