Set Defaultcontroller For Site

Hi all, this is my first post.

In Yii 1.1.x, we can set default controller in config/main.php by adding this


'defaultController' => '<controller>/<action>'

How to achieve this in Yii 2.0.

I’ve try the same configuration but not work.

Thanks in advance.

‘defaultRoute’ => ‘site/index’,

it works… thanks