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

Ltloafer's avatar

View [welcome] not found

Hi,

I'm having problems getting past this. The site is working prefectly on Homestead but when I deploy through Forge to Digital Ocean, I just keep getting the following. Any advice appreciated..Thanks

[2015-03-31 14:37:28] production.ERROR: exception 'InvalidArgumentException' with message 'View [Welcome] not found.' in /home/forge/default/vendor/compiled.php :12898 Stack trace: #0 /home/forge/default/vendor/compiled.php(12871): Illuminate\View\FileViewFinde r->findInPaths('Welcome', Array)

0 likes
4 replies
Ltloafer's avatar

Its sorted!! phew...

Should have spotted this much earlier....The production server is case sensitive and local isn't. Couldn't see the wood for the trees!!

1 like
pmall's avatar

Always, always code in case sensitive mode.

Please or to participate in this conversation.