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

fytrah's avatar

API not returning latest data in Laravel 5

I'm developing rest API use Laravel. response API not return latest data, it took some time to hit API again to get latest data. in local all goes well, but when run on production server I get a problem.

I think the problem is caused cache. but, I tried clearing cache using Cache::flush(), it didn't solve my problem.

This problem occurs when hitting API using GET method only.

0 likes
0 replies

Please or to participate in this conversation.