Yii2 : Show image from Folder Common
问题 I have a picture in folder common that i want to show in view, but it doesn't shown. My code is : <img src="<?= Yii::$app->request->baseUrl . '/common/web/img/ava.jpg' ?>" class=" img-responsive" > It's generated to be <img src="/simdsm/common/web/ava.jpg" class=" img-responsive"> but the image does not appear. How to fix it? 回答1: In case of using advanced application template, images should be placed in these web accessible folders - frontend/web or backend/web . Also usually I create alias