Routing
admin.mini_statistic
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "fr" |
| slug | "berassou-multi-services" |
Route Matching Logs
Path to match:
/fr/dashboard/shop/berassou-multi-services/mini-statistic
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin.show_shop | /{_locale}/dashboard/shop/{slug} | Path does not match |
| 2 | admin.mini_statistic | /{_locale}/dashboard/shop/{slug}/mini-statistic | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.