Routing
instance_embed_view_data
Matched route
Route Parameters
| Name | Value |
|---|---|
| slug | "emeraude" |
Route Matching Logs
Path to match:
/embed/emeraude/view-data
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | instance_embed | /embed/{slug} | Path does not match |
| 2 | instance_embed_property_detail | /embed/{slug}/property-detail | Path does not match |
| 3 | instance_embed_biens_partial | /embed/{slug}/biens | Path does not match |
| 4 | instance_embed_view_data | /embed/{slug}/view-data | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.