Level 8
Never mind, I figured it out. I wasn't using the full path ln -s /home/vagrant/Projects/my-app/storage/app/uploads/ /home/vagrant/Projects/my-app/public/.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I am having trouble setting up a linked folder in homestead. I want to mimic the same folder linking that's used on Envoyer, where public/uploads is symlinked to storage/app/uploads. Whenever I try to create a symlink in homestead it says it's broken. I'm just not sure the proper way to do this. This is what I've tried:
ln -s storage/app/uploads/ /public/
Thanks!
Please or to participate in this conversation.