How to generate URL for nested categories in Yii2?
Hello!
Please help with Url generation for nested categories.
To be like this:
site.com/shop/computers/printers/lasers/laser-best - product co slug - laser-best
Thanks in advance
It seems that you can’t do this with a standard tool, you need to write your own UrlRule where to sew up this logic. Here is the documentation: https://github.com/yiisoft/yii2/blob/master/docs/g...