Answer the question
In order to leave comments, you need to log in
How to install composer in yii2 folder?
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
composer create-project --prefer-dist yiisoft/yii2-app-basic .
resulting in: Warning: require(/var/www/project/frontend/web/../../vendor/autoload.php): failed to open stream: No such file or directory in /var/www/project/frontend /web/index.php on line 5
There is no vendor folder at all, should I install composer directly in the yii2 folder???
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question