URL string

Hi everyone,

How Can i get Url string in yii2.

for example


index.php?r=xyz/new

I want to get


xyz/new

You can refer these links to implement the pretty url

Reference 1, Reference 2