Cache Laravel Eloquent Models by Queries
"Automatically cache Laravel Eloquent models by queries!
laravel-cacheable-model
provides easy and automatic select-query caching for your Eloquent models.
- Get cached query results and reduce your database load automatically
- Configure TTL, prefixes, unique-queries etc.
- No manual cache calls needed
- Automated cache flush in case of updates, inserts or deletions
You can make any Eloquent model cacheable by adding the trait."
elipZis
@elipziscom