Answer the question
In order to leave comments, you need to log in
Why is @web not converted to a path?
I write like this:
<img src="<?= '@web/users/avatars/'.Yii::$app->user->identity['img'];?>" class="user-image" alt="User Image">
<img src="web/users/avatars/userimg.png" class="user-image" alt="User Image">
<img src="http://site.ru/web/users/avatars/userimg.png" class="user-image" alt="User Image">
Answer the question
In order to leave comments, you need to log in
and, that's it, I understood, I screwed up myself, put Url::to('@web/users/avatars/'.Yii::$app->user->identity['img'], true), it worked, thanks everyone)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question