Answer the question
In order to leave comments, you need to log in
How to install yii2?
I use openserver, I put composer globally.
After installing the composer, I install fxp/composer-asset-plugin and then I create a yii2 project, and so, during installation, vendor is not loaded, all that is in the vendor folder is asset-plugin and autoload. Can you explain why vendor is not loading. I
install it like this:
cd modules/php/PHP-7-x64/
php -r "readfile('https://getcomposer.org/installer');" | php
echo @php "%~dp0composer.phar" %*>composer.bat
cd domains/localhost
composer global require "fxp/composer-asset-plugin"
composer create-project --prefer-dist yiisoft/yii2-app-basic ./
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