- I've run into the WSOD numerous times. Changing the permissions of Storage/ fixed that particular problem for me.
sudo chmod o+w -R Storage/
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm having a lot of trouble getting my Laravel 5 development project onto a different server (Ubuntu LTS). I've tried moving the files with git, FTP, and even a thumb drive, but no matter how many times I move things around and change settings, I can't even get the most basic pages of my site to load properly. Just a few of the issues I'm seeing:
Does anybody have a workflow for moving laravel installs that they could share? What files to copy, what should just be installed locally, and what tips and tricks to keep in mind? I've been working on this for more than two days now and making no progress, and the particularities of this framework when it comes to installation are driving me up the wall.
Thanks!
Please or to participate in this conversation.