Tag Archives: Yii2 URL

Yii Framework 2 : URL Creation

Yii 2.0 having the url manager to handle and create urls in different way. The URL manager is a built-in application component named urlManager. We can access this component in web and console application via \Yii::$app->urlManager and it is available in framework by default. We can use use yii\helpers\Url; namespace. URL creation using Namespace Application urlManager And Request Redirect […]