Routing
app_all_presentation_Vue
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/all/users
| # | 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 | Path does not match |
| 12 | app_competences_tab | /competencesTab | Path does not match |
| 13 | app_contact | /contact | Path does not match |
| 14 | app_contact_delete | /contact/delete/{id} | Path does not match |
| 15 | app_contact_edit | /contact/edit/{id} | Path does not match |
| 16 | app_all_contacts | /all/contact | Path does not match |
| 17 | app_experience | /experience | Path does not match |
| 18 | app_experience_delete | /experience/delete/{id} | Path does not match |
| 19 | app_experience_edit | /expérience/edit/{id} | Path does not match |
| 20 | app_all_experiences | /all/experience | Path does not match |
| 21 | app_all_experiences_Vue | /all/experienceVue | Path does not match |
| 22 | app_formation | /formation | Path does not match |
| 23 | app_formation_delete | /formation/delete/{id} | Path does not match |
| 24 | app_formation_edit | /formation/edit/{id} | Path does not match |
| 25 | app_all_formations | /all/formation | Path does not match |
| 26 | app_all_formations_Vue | /all/formationVue | Path does not match |
| 27 | app_framework | /framework | Path does not match |
| 28 | app_framework_delete | /framework/delete/{id} | Path does not match |
| 29 | app_framework_edit | /framework/edit/{id} | Path does not match |
| 30 | app_all_frameworks | /all/framework | Path does not match |
| 31 | app_all_frameworks_Vue | /all/frameworksVue | Path does not match |
| 32 | app_home | / | Path does not match |
| 33 | app_langage | /langage | Path does not match |
| 34 | app_langage_delete | /langage/delete/{id} | Path does not match |
| 35 | app_langage_edit | /langage/edit/{id} | Path does not match |
| 36 | app_all_langages | /all/langage | Path does not match |
| 37 | app_all_langages_Vue | /all/langagesVue | Path does not match |
| 38 | app_all_competences | /all/Competences | Path does not match |
| 39 | app_outil | /outil | Path does not match |
| 40 | app_outil_delete | /outil/delete/{id} | Path does not match |
| 41 | app_outil_edit | /outil/edit/{id} | Path does not match |
| 42 | app_all_outils | /all/outils | Path does not match |
| 43 | app_all_outils_Vue | /all/outilsVue | Path does not match |
| 44 | app_presentation | /presentation | Path does not match |
| 45 | app_presentation_delete | /presentation/delete/{id} | Path does not match |
| 46 | app_presentation_edit | /presentation/edit/{id} | Path does not match |
| 47 | app_projet | /projet | Path does not match |
| 48 | app_projet_delete | /projet/delete/{id} | Path does not match |
| 49 | app_projet_edit | /projet/edit/{id} | Path does not match |
| 50 | app_all_projets | /all/projets | Path does not match |
| 51 | app_view_projet | /single/projet/{id} | Path does not match |
| 52 | app_login | /login | Path does not match |
| 53 | app_logout | /logout | Path does not match |
| 54 | app_user | /user | Path does not match |
| 55 | app_user_update | /user/update/{id} | Path does not match |
| 56 | app_all_presentation_Vue | /all/users | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.