Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mjlovefl's avatar

Is there no built-in query caching in Laravel?

I saw in the docs in Laravel 4.x there was a remember() method to cache DB queries.

I don't seem to be able to find it in Laravel 5.x.

I have found an external packages like: https://github.com/dwightwatson/rememberable

It would also be easy enough to write in some query caching using Laravel's Cache class, but I just want to make sure I am not missing anything.

Is there no Core query caching in Laravel 5.x?

0 likes
0 replies

Please or to participate in this conversation.