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

SimeonTribe's avatar

Laravel view not found...Godaddy Shared Hosting

I am completely lost.

My view isn't being found on shared hosting after following shared hosting instructions.. My main view is found some subviews are not do not know why?

0 likes
5 replies
Cronix's avatar

Check the error logs and make sure the view it's trying to load actually exists exactly the way it's looking for it (including the letter-casing). Maybe you developed on a OS that doesn't care about upper/lowercase letters (like /this/IS/THE/pAtH works the same as /this/is/the/path) but the production server is case-sensitive.

Also file owner/permissions, etc.

jlrdw's avatar

What is your url and domain on godaddy if you don't mind sharing.

SimeonTribe's avatar

@jlrdw the site is hosted @ auctionsalvages.com the repo is located on https://github.com/simeoncalixte/AutoShop

@cronix i looked at the view caps which seemed to be okay but I will do it again, and what do you mean about file owner/permission exact. what folder and files need modification?

Any help would be greatly appreciated

Please or to participate in this conversation.