Answer the question
In order to leave comments, you need to log in
How to link to another site from Yii2 menu?
Is it possible to add link to VK in site menu in Yii2
Answer the question
In order to leave comments, you need to log in
yes, just provide the link in style
like:
Nav::widget([
'items' => [
[
'label' => 'Item label',
'url' => 'http://vk.com',
],
]
]);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question