When I do
print_r(Yii::app()->request->baseUrl)
I get an empty string. A post on the Yii forum says this is blank by default. How can I c
Using Yii 2.0.13.1 the below code is working fine
request->baseUrl; ?>