Routing
app_annonces_show
Matched route
Route Parameters
Name | Value |
---|---|
id | "index.php" |
Route Matching Logs
Path to match:
/admin/annonces/index.php
# | Route name | Path | Log |
---|---|---|---|
1 | app_annonces_index | /admin/annonces/ | Path does not match |
2 | app_annonces_new | /admin/annonces/new | Path does not match |
3 | app_annonces_show | /admin/annonces/{id} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.