Answer the question
In order to leave comments, you need to log in
Why is the /vendor/ folder not being created?
I uploaded my project to bitbucket, then cloned it, I
executed the command composer update
. Extensions were pulled up, but the vendor folder did not appear.
I try again - Nothing to install or update
and there is still no vendor folder. What am I doing wrong
Answer the question
In order to leave comments, you need to log in
Check if the composer.json file is empty and in the same directory where you run composer from. Upon successful execution, composer generates a composer.lock file, in which all downloaded dependencies are physically registered. If it's not there, composer didn't work. See if everything is fine with the rights and if the script has the right to create folders in the directory.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question