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

jakeryansmith's avatar

Setting up linked folder on homestead to match Envoyer

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!

0 likes
1 reply
jakeryansmith's avatar

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/.

Please or to participate in this conversation.