Routing
expert_show
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "148" |
Route Matching Logs
Path to match:
/expert/148
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | contact | /contact | Path does not match |
| 3 | country_index | /country/all.{_format} | Path does not match |
| 4 | country_new | /country/new | Path does not match |
| 5 | country_show | /country/{id} | Path does not match |
| 6 | country_edit | /country/{id}/edit | Path does not match |
| 7 | country_delete | /country/delete/{id} | Path does not match |
| 8 | accueil | / | Path does not match |
| 9 | doctrinemigrationversions_index | /doctrinemigrationversions/all.{_format} | Path does not match |
| 10 | doctrinemigrationversions_new | /doctrinemigrationversions/new | Path does not match |
| 11 | doctrinemigrationversions_show | /doctrinemigrationversions/{id} | Path does not match |
| 12 | doctrinemigrationversions_edit | /doctrinemigrationversions/{id}/edit | Path does not match |
| 13 | doctrinemigrationversions_delete | /doctrinemigrationversions/delete/{id} | Path does not match |
| 14 | expertareaspecie_new | /expertareaspecie/new/{idExpert} | Path does not match |
| 15 | expert_index | /expert/all.{_format} | Path does not match |
| 16 | expert_not_registered | /expert/notRegistered.{_format} | Path does not match |
| 17 | expert_export | /expert/export/{registered} | Path does not match |
| 18 | expert_show | /expert/{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.