advil0 / laravel-eloquent-query-cache
Forked version of renoki-co/laravel-eloquent-query-cache to support Laravel 10.
v1.0.3
2023-03-10 06:29 UTC
Requires
- illuminate/database: ^8.83|^9.35|^10.1
- illuminate/support: ^8.83|^9.35|^10.1
Requires (Dev)
- chelout/laravel-relationship-events: ^1.5|^2.0
- laravel/legacy-factories: ^1.3
- livewire/livewire: dev-master
- mockery/mockery: ^1.5
- orchestra/testbench: ^6.28|^7.0|^8.0.2
- phpunit/phpunit: ^9.5.25|^10.0.11
This package is auto-updated.
Last update: 2025-03-01 00:44:16 UTC
README
This is a forked copy of renoki-co/laravel-eloquent-query-cache to support Laravel 10.
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 🌍
🐛 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.