yii2 redirect to referer
- By Preneesh AV --
- 28-Oct-2018 --
- 86 Comments
In controller we can redirect back to the referer website by calling a return statement like this.
return $this->redirect(Yii::$app->request->referrer ?: Yii::$app->homeUrl);
In controller we can redirect back to the referer website by calling a return statement like this.
return $this->redirect(Yii::$app->request->referrer ?: Yii::$app->homeUrl);