https://sharmadesignhouse.com/category/mobile-app-development

Routing

category Matched route

Route Parameters

Name Value
slug
"mobile-app-development"

Route Matching Logs

Path to match: /category/mobile-app-development
# Route name Path Log
1 about /about Path does not match
2 blog /blog Path does not match
3 blog_post /blog/{slug} Path does not match
4 cart /cart Path does not match
5 cart_update /cart/{id}/update Path does not match
6 removeFromCart /removeFromCart Path does not match
7 category /category/{slug} Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.