I just installed yii2 (advanced) using composer. I\'ve setup nginx, etc.
But it doesn\'t work:
Invalid Parameter – yii\\base\\InvalidParamException
The
Check your composer.json file in the root of your project. You should have a section that look slike this;
"asset-installer-paths": {
"bower-asset-library": "vendor/bower-assets"
}
This tells composer where to locate the bower files library. You may need to run composer update afterwards to get hte locations updated.