How to get the get home page url in yii?
Answer Posted / Gurucharan Singh
To get the home page URL in Yii, you can use the following code:nYii::$app->urlManager->baseUrl . '/' . Yii::$app->controller->action->uniqueId
Post New Answer View All Answers
What is the latest version of yii?
4