Routing
app_competences
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/competences
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_bibliotheque | /bibliotheque | Path does not match |
| 2 | app_bibliotheque_delete | /bibliotheque/delete/{id} | Path does not match |
| 3 | app_bibliotheque_edit | /bibliotheque/edit/{id} | Path does not match |
| 4 | app_all_bibliotheques | /all/bibliotheque | Path does not match |
| 5 | app_all_bibliotheques_Vue | /all/bibliothequeVue | Path does not match |
| 6 | app_cms | /cms | Path does not match |
| 7 | app_cms_delete | /cms/delete/{id} | Path does not match |
| 8 | app_cms_edit | /cms/edit/{id} | Path does not match |
| 9 | app_all_cms | /all/cms | Path does not match |
| 10 | app_all_cms_Vue | /all/cmsVue | Path does not match |
| 11 | app_competences | /competences | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.