Routing
        app_login
        Matched route
    
Route Parameters
No parameters.
Route Matching Logs
    Path to match: 
/
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | app_adherent_index | /user/adherent/Admin/ | Path does not match | 
| 2 | app_adherent_indexAdherent | /user/adherent/Admin/adType | Path does not match | 
| 3 | app_adherent_new | /user/adherent/Admin/new | Path does not match | 
| 4 | app_adherent_edit | /user/adherent/Admin/{id}/edit | Path does not match | 
| 5 | app_adherent_show | /user/adherent/{id} | Path does not match | 
| 6 | app_adherent_delete | /user/adherent/Admin/{id} | Path does not match | 
| 7 | app_amicale_index | /Admin/amicale/ | Path does not match | 
| 8 | app_amicale_recap | /Admin/amicale/recapAmicale/ | Path does not match | 
| 9 | app_amicale_new | /Admin/amicale/new | Path does not match | 
| 10 | app_amicale_show | /Admin/amicale/{id} | Path does not match | 
| 11 | app_amicale_edit | /Admin/amicale/{id}/edit | Path does not match | 
| 12 | app_classe_etude_index | /Admin/classe/etude/ | Path does not match | 
| 13 | app_classe_etude_new | /Admin/classe/etude/new | Path does not match | 
| 14 | app_classe_etude_show | /Admin/classe/etude/{id} | Path does not match | 
| 15 | app_classe_etude_edit | /Admin/classe/etude/{id}/edit | Path does not match | 
| 16 | app_dette_index | /Admin/dette/ | Path does not match | 
| 17 | app_dette_TT | /Admin/dette/detteTT | Path does not match | 
| 18 | app_dette_new | /Admin/dette/new | Path does not match | 
| 19 | app_dette_show | /Admin/dette/{id} | Path does not match | 
| 20 | app_dette_edit | /Admin/dette/{id}/edit | Path does not match | 
| 21 | app_dette_delete | /Admin/dette/{id} | Path does not match | 
| 22 | app_document_index | /Admin/document/ | Path does not match | 
| 23 | app_document_new | /Admin/document/new | Path does not match | 
| 24 | app_document_show | /Admin/document/{id}/{etat} | Path does not match | 
| 25 | app_document_edit | /Admin/document/{id}/edit | Path does not match | 
| 26 | app_document_delete | /Admin/document/{id} | Path does not match | 
| 27 | app_document_down | /Admin/document/down/{id}/{etat} | Path does not match | 
| 28 | app_enfant_index | /user/enfant/ | Path does not match | 
| 29 | app_enfant_new | /user/enfant/{idadr}/new | Path does not match | 
| 30 | app_enfant_edit | /user/enfant/{id}/edit | Path does not match | 
| 31 | app_enfant_show | /user/enfant/{id} | Path does not match | 
| 32 | app_facture_index | /Admin/facture/ | Path does not match | 
| 33 | app_facture_new | /Admin/facture/{id}/new | Path does not match | 
| 34 | app_facture_edit | /Admin/facture/{id}/edit | Path does not match | 
| 35 | app_facture_show | /Admin/facture/{id} | Path does not match | 
| 36 | app_facture_delete | /Admin/facture/{id} | Path does not match | 
| 37 | app_fournisseur_index | /Admin/fournisseur/ | Path does not match | 
| 38 | app_fournisseur_new | /Admin/fournisseur/new | Path does not match | 
| 39 | app_fournisseur_edit | /Admin/fournisseur/{id}/edit | Path does not match | 
| 40 | app_fournisseur_show | /Admin/fournisseur/{id} | Path does not match | 
| 41 | app_fournisseur_delete | /Admin/fournisseur/{id} | Path does not match | 
| 42 | app_login | / | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.