Ok, as you are now aware, Envoyer uses a different folder structure than forge. So, yes, everything will be in a different place. What I have done in the past is copy over the files in storage to the new storage and make another after command to run php artisan storage:link. You only have to copy the files initially.
Transitioning from Forge to Envoyer
Hi everyone,
I followed the steps in this video, and have tried getting this to work for several days now to no avail ;(
https://laracasts.com/series/server-management-with-forge/episodes/11
( Video about creating new Envoyer folder inside existing application folder, then changing the Meta > Web Directory in Forge to envoyer/current/public so you seamlessly can go from forge to Envoyer)
**Problem 1: **
In the tutorial a new Envoyer folder is created with its own new storage folder. This is not symlinked to the one in the root folder. So you aren't transitioning - but rather starting from scratch with an empty storage folder? Off course you could symlink the symlink, or create a hook that changes the symlink to point upwards one level, or copy the old storage folder, but it seems weird when the next part doesn't work either:
** Problem 2: **
No symlink to the storage folder is actually created in the current folder by Envoyer. This seems like an error right? I have tried deploying a few times and no storage symlinks gets created in the current folder. Shouldn't there be an error if the link wasn't created?
The storage symlink is also not in the releases folders ( obviously ).
Thank you in advance!
Please or to participate in this conversation.