getRequest()->getActionName() !== 'welcome') { $this->redirectNow(Url::fromRequest()->setPath('dashboard')); } } /** * Application's start page */ public function welcomeAction() { } }