I just started to set up Envoyer for one of my projects, but I'm stuck with DB migration on deployment...
"php artisan migrate --force" crashed when I run it with a hook after Install Composer Dependencies. It seems that is because the .env is not yet "symlinked" in the release folder.
How can I manage to run the migrations after the .env file is linked ?
Ok - I have the symlink set-up correctly from the "current" dir to ".env" however Laravel can't see it for some reason (I get a database connection error as the credentials are wrong).
Permissions look ok.
No errors during deploy.
One extra deployment hook after composer which consists of