UrlManager Rules Yii2.

Hi, I have the following questions, as I can hide the index action of a controller from Urlmanager Rules.

Example:

MyController/index // Hide index show only MyController.


MyController/update


MyController/view


MyController/create

Thks,

Wilmer.




  ...

  'MyController' => 'MyController/index',

  ...



;)