affordablemobiles / laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
Fund package maintenance!
rennokki
Requires
- illuminate/database: ^10.5|^11.33|^12.0
- illuminate/support: ^10.5|^11.33|^12.0
Requires (Dev)
- chelout/laravel-relationship-events: ^1.5|^2.0|^3.0
- laravel/legacy-factories: ^1.4
- livewire/livewire: dev-main
- mockery/mockery: ^1.6
- orchestra/testbench: ^8.1.1|^9|^10.0
- phpunit/phpunit: ^9.5.25|^10|^11
This package is auto-updated.
Last update: 2025-02-26 11:30:49 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.
🤝 Supporting
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. 📦
📃 Documentation
The entire documentation is available on Gitbook 🌍
🐛 Testing
vendor/bin/phpunit
🤝 Contributing
Please see CONTRIBUTING for details.
🔒 Security
If you discover any security related issues, please email alex@renoki.org instead of using the issue tracker.