When i run bin/composer install my vendor folder is still empty (mac M1) #1150
-
Hi Guys, Im trying everything. but no success Greetings, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Redouan-Hajjari, It is because Note that this directory is not automatically synced for performance reasons, so you’ll need to run |
Beta Was this translation helpful? Give feedback.
Hi @Redouan-Hajjari,
It is because
bin/composer install
executes within a docker container.Note that this directory is not automatically synced for performance reasons, so you’ll need to run
bin/copyfromcontainer vendor
in order to see these classes.