How to implement the patterns array in the urlManager of web.php?
I have a Yii2 app. And I try to add the patterns array in the urlManager of web.php. And I serached a lot and fount a lot of links with the correct soltuion. For example: https://stackoverflow.com/questions/41873686/yii2-apply-custom-url-rule-class https://www.yiiframework.com/doc/guide/2.0/en/runtime-routing But It didn't…