I’ve been working on a Laravel project that requires numerous database calls, so I have started implementing caching to try to improve performance and reduce database queries. To start with, I was just using Laravel’s Cache facade, like below: Cache:...
seankegel.com3 min read
No responses yet.