Level 73
You need to chmod the storage directory.
Try this
sudo chmod -R 755 storage
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am trying to deploy to vapor from my local machine. My local set up has a folder storage/app/media
in order to expose it to public folder I am using the artisan storage:link command which works fine locally. I am also using the same command in the .vapor.yml under deploy. However when I am trying to deploy to vapor I am getting the following error.
ErrorException symlink(): Read-only file system
Is there a way to overcome this issue or I do necessarily have to put my files under public folder directly?
Please or to participate in this conversation.