I am able to get controller method or route for category URL
-
suppose My category URL is
example.com/cloths/shirtsI am not able to get It's view or route or controller function,
Please guide me for this.
Thanks in Advance
-
Hello,
you can check the following route at the following path:
packages/Webkul/Shop/src/Http/routes.php"shop.productOrCategory.index"
Thanks!