mriyadh's avatar

Lumen Updating Controller Code Not Working

Changing my controller code is not working its keep serving the old one, i tried php artisan cache:clear and composer dump-autoload -o but i still getting the old results so how can i update my controller code ?

0 likes
2 replies
lostdreamer_nl's avatar

When opening the php file in an editor, has the code really been updated? If so: you're probably looking at cached results from your browser (try another browser or private navigation to be sure)

mriyadh's avatar

Yes its updated in the editor, One more thing to mention I'm not using any browser its Mobile App API (JSON response testing with swift).

Please or to participate in this conversation.