UrlManager

Hello

In Yii 1 , CUrlManager , If a pattern ends with ‘/*’, it means additional GET parameters may be appended to the path info part of the URL; otherwise, the GET parameters can only appear in the query string part.

What about Yii2 , how we can append additional GET parameters to the path info part of the URL? ‘/*’ not working for me