Question

Changes not Showing Up in Laravel Site

Hello,

I’m trying to upload a change to my Laravel website, but it’s not updating on my site. I’ve even uploaded it directly through SFTP with no luck. What could be going on here? Any help would be greatly appreciated!


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
November 7, 2022

Hello there,

On top of what’s already mentioned, try accessing the site using another browser or using a different mobile device or using another network.

It’s not uncommon to experience such an issue during web development, so it’s important to make sure to cross out the obvious ones.

Regards

Hello @d8ce1862991041baa430d7058a,

Maybe try to clear out your views?

Are you trying to update a view? If not give a more detail to your problem that might help giving a hint.

If it’s on the view try the following command:

php artisan view:clear

Hope this might help you!

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up