I am new to Yii2. Please help me achieve this. I want to know how to create absoluteurl in yii2. I tried the code below, but I need something else.
echo Yii::$app->urlManager->createAbsoluteUrl(['site/confirm', 'id' => $user->id,'code' => $user->token,'&']); output is http:
But I want this url
http://car-rental.demoinja.com/site/confirm/?id=69&code=275a9253dfc81efa47be4fdf1fc6a927
source share