I just installed yii2 (advanced) using composer. I\'ve setup nginx, etc.
But it doesn\'t work:
Invalid Parameter – yii\\base\\InvalidParamException The
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.