Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | administration_index | /administration/ | Path does not match |
| 2 | apprenti_add | /administration/add_apprenti?m={modification} | Path does not match |
| 3 | apprenti_edit | /administration/{id}/edit_apprenti??m={modification} | Path does not match |
| 4 | cursusassociation_edit | /administration/{id}/edit_cursusassociation | Path does not match |
| 5 | entreprise_add | /administration/add_entreprise?m={modification} | Path does not match |
| 6 | entreprise_edit | /administration/{id}/edit_entreprise?m={modification} | Path does not match |
| 7 | tuteur_add | /administration/add_tuteur?m={modification} | Path does not match |
| 8 | tuteur_edit | /administration/{id}/edit_tuteur?m={modification} | Path does not match |
| 9 | user_add | /administration/add_user | Path does not match |
| 10 | user_edit | /administration/{id}/edit_user | Path does not match |
| 11 | competence_add | /administration/add_competence?m={modification} | Path does not match |
| 12 | competence_edit | /administration/{id}/edit_competence?m={modification} | Path does not match |
| 13 | cursus_add | /administration/add_cursus?m={modification} | Path does not match |
| 14 | cursus_edit | /administration/{id}/edit_cursus?m={modification} | Path does not match |
| 15 | apprentissage_add | /administration/add_apprentissage?m={modification} | Path does not match |
| 16 | apprentissage_edit | /administration/{id}/edit_apprentissage?m={modification} | Path does not match |
| 17 | session_add | /administration/add_session?m={modification} | Path does not match |
| 18 | session_edit | /administration/{id}/edit_session?m={modification} | Path does not match |
| 19 | periode_add | /administration/add_periode | Path does not match |
| 20 | periode_edit | /administration/{id}/edit_periode | Path does not match |
| 21 | categoriedecompetence_add | /administration/add_categoriedecompetence?m={modification} | Path does not match |
| 22 | categoriedecompetence_edit | /administration/{id}/edit_categoriedecompetence?m={modification} | Path does not match |
| 23 | cursuscompetence_add | /administration/add_cursuscompetence?cursus={cursus} | Path does not match |
| 24 | cursuscompetence_edit | /administration{id}/edit_cursuscompetence | Path does not match |
| 25 | apprentissagesessionbysession_add | /administration/add_apprentissagesession?session={session} | Path does not match |
| 26 | apprentissagesessionbyapprentissage_add | /administration/add_apprentissagesession?apprentissage={apprentissage} | Path does not match |
| 27 | apprentissagesession_add | /administration/add_apprentissagesession | Path does not match |
| 28 | apprentissagesession_edit | /administration/{id}/edit_apprentissagesession | Path does not match |
| 29 | apprenti_del | /administration/delapprenti/{id} | Path does not match |
| 30 | administration_apprenti | /administration/apprenti | Path does not match |
| 31 | session_del | /administration/delsession/{id} | Path does not match |
| 32 | administration_session | /administration/session | Path does not match |
| 33 | apprentissage_del | /administration/delapprentissage/{id} | Path does not match |
| 34 | administration_apprentissage | /administration/apprentissage | Path does not match |
| 35 | administration_apprentissagesession | /administration/apprentissagesession | Path does not match |
| 36 | administration_periode | /administration/periode | Path does not match |
| 37 | administration_evaluation | /administration/evaluation | Path does not match |
| 38 | administration_bilan | /administration/bilan | Path does not match |
| 39 | administration_descriptions | /administration/descriptions | Path does not match |
| 40 | entreprise_del | /administration/delentreprise/{id} | Path does not match |
| 41 | administration_entreprise | /administration/entreprise | Path does not match |
| 42 | tuteur_del | /administration/deltuteur/{id} | Path does not match |
| 43 | administration_tuteur | /administration/tuteur | Path does not match |
| 44 | competence_del | /administration/delcompetence/{id} | Path does not match |
| 45 | administration_competence | /administration/competence | Path does not match |
| 46 | categoriedecompetence_del | /administration/delcategoriedecompetence/{id} | Path does not match |
| 47 | administration_categoriedecompetence | /administration/categoriedecompetence | Path does not match |
| 48 | cursus_del | /administration/delcursus/{id} | Path does not match |
| 49 | administration_cursus | /administration/cursus | Path does not match |
| 50 | administration_cursuscompetence | /administration/cursuscompetence | Path does not match |
| 51 | cursuscompetence_del | /administration/delcursuscompetence/{id} | Path does not match |
| 52 | cursusassociation_show | /administration/showcursusassociation/{id} | Path does not match |
| 53 | administration_cursusassociation | /administration/cursusassociation | Path does not match |
| 54 | apprenti_index | /apprenti/ | Path does not match |
| 55 | mission_add | /apprenti/add_mission&apprentissage={apprentissage} | Path does not match |
| 56 | mission_edit | /apprenti/{id}/edit_mission&apprentissage={apprentissage} | Path does not match |
| 57 | bilan_add | /apprenti/add_bilan&periode={donnee} | Path does not match |
| 58 | bilan_edit | /apprenti/{id}/edit_bilan&periode={donnee} | Path does not match |
| 59 | descriptions_add | /apprenti/add_descriptions&periode={donnee} | Path does not match |
| 60 | descriptions_edit | /apprenti/{id}/edit_descriptions&periode={donnee} | Path does not match |
| 61 | evaluation_add | /apprenti/add_evaluation&session={session}&periode={donnee} | Path does not match |
| 62 | evaluation_edit | /apprenti/{id}/edit_evaluation&session={session}&eriode={donnee} | Path does not match |
| 63 | livret_show | /apprenti/livret/{id} | Path does not match |
| 64 | livretperiode_show | /apprenti/livretperiode/{id} | Path does not match |
| 65 | app_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.