automate icon indicating copy to clipboard operation
automate copied to clipboard

Vendor folder as a symlink

Open alexbogo opened this issue 2 years ago • 0 comments

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

alexbogo avatar Oct 07 '22 00:10 alexbogo