Installation Yii2 Advanced template not working
问题 When I try to deploy the Yii2 advanced template, I always end up with a not working application. The error message is: Invalid Parameter – yii\base\InvalidParamException The file or directory to be published does not exist: [...]/yii-application/ vendor/bower/jquery/dist I tried to install via the recent composer version, with and without the the fxp asset plugin. The error message is same for both. I used the official documentaion for the installation on my Ubuntu64 16.04 webserver. 回答1: