Hi,
How can I set the defaultController option in the config/web.php (Yii-basic app)?
It seems this option is not avaliable in the yii2.0. I tried in different ways, but nothing solution.
Hi,
How can I set the defaultController option in the config/web.php (Yii-basic app)?
It seems this option is not avaliable in the yii2.0. I tried in different ways, but nothing solution.
It’s defaultRoute now.
‘defaultRoute’ => ‘page/detail’,