What creates symlinks in bin folder in Symfony2

I am having some problems since I changed the vendor folder path for a symfony2 project. (Currently out of project)

But right now the symlinks (phpunit, doctrine, etc.) inside the bin folder are wrong.

When does composer run what part or what actually creates symlinks that appear in bin folder (like phpunit) that point to lib in vendor folder? Where do these paths come from?

thank

+3


source to share


1 answer


Just delete the vendor directory and run ./composer.php install

and you will get symbolic links. I couldn't find a way to force rest bunkers



0


source







All Articles