Yii2 fresh install: vendor/bower/jquery/dist path is wrong

前端 未结 5 1496
星月不相逢
星月不相逢 2021-02-08 15:37

I just installed yii2 (advanced) using composer. I\'ve setup nginx, etc.

But it doesn\'t work:

Invalid Parameter – yii\\base\\InvalidParamException

The          


        
5条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-08 16:04

    I was facing same issue,
    this is how I fixed it-

    • go to vender .

      $ cd projectFile/vendor/
      
    • Rename bower-asset with bower

      $ mv bower-asset/ bower
      
    • Restart mamp/xamp

    That fixed the issue and http://localhost:8888/ is working well.

提交回复
热议问题