automate
automate copied to clipboard
Vendor folder as a symlink
Hi,
With Symfony version 4.* this worked perfectly, I had the vendor folder in the shared folder set up, so there was no need for "composer install" every time on deployment... Running "assets:install --symlink" in post_deploy, worked perfectly.
After upgrading to Symfony 5, this is not working anymore... Symfony command complains that it can't find the .env file in the "shared" folder but it should look into the "current/vendor" folder.
Is this something that can be fixed?
Thanks Alex