Level 53
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)
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 ?
Please or to participate in this conversation.