yii2 vendor/bower/jquery/dist not exist

View vendor folder, only bower-assetfolders

Manual modification bower-assetis bowerafter the idea is, yii2 project each composer install successfully, every time rename this folder, a bit of trouble

Originally forget to install fxp / composer-asset-plugin this composer asset plugin extension

Execute the following command to install this extension

composer global require "fxp/composer-asset-plugin:^1.4.5"

After the installation needs to be performed

composer install -vvv

-vvv Is a long-winded mode, you can see the implementation of

References
  1. Yii2 vendor appears bower-asset so resolved

Guess you like

Origin www.cnblogs.com/fsong/p/11258798.html