Craft\SeomaticPlugin::onAfterInstall PHP Method

onAfterInstall() public method

public onAfterInstall ( )
    public function onAfterInstall()
    {
        /* -- Show our "Welcome to SEOmatic" message */
        if (!craft()->isConsole()) {
            craft()->request->redirect(UrlHelper::getCpUrl('seomatic/welcome'));
        }
    }