Answer the question
In order to leave comments, you need to log in
How to hide a menu item in Yii2 using the Menu widget?
The menu item I need looks like this:
[
'label' => '<i class="my-class-test"></i>Страницы',
'url' => ['page/index',],
'active' => Yii::$app->controller->id === 'page',
'visible' => [!$isGrupeUserOne, !$isGrupeUserTwo],
],
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question