Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_accueil | / | Path does not match |
| 2 | app_accueil_nos_produit | /nos-produits | Path does not match |
| 3 | app_accueil_about_us | /ucctm-dogbo | Path does not match |
| 4 | app_accueil_contact | /nous-contacter | Path does not match |
| 5 | app_accueil_demandes | /faire-une-demande | Path does not match |
| 6 | app_accueil_show_produit | /produits/{slug} | Path does not match |
| 7 | app_accueil_politique | /politique-de-confidentialite | Path does not match |
| 8 | app_accueil_cgu | /cgu | Path does not match |
| 9 | admin_acteur_new | /administration/acteur/new | Path does not match |
| 10 | admin_acteur_new_infos | /administration/acteur/new/infos | Path does not match |
| 11 | admin_acteur_index | /administration/acteur/ | Path does not match |
| 12 | admin_accueil | /administration/ | Path does not match |
| 13 | admin_cooperative_index | /administration/cooperative/ | Path does not match |
| 14 | admin_cooperative_new | /administration/cooperative/new | Path does not match |
| 15 | admin_cooperative_show | /administration/cooperative/{id} | Path does not match |
| 16 | admin_cooperative_edit | /administration/cooperative/{id}/edit | Path does not match |
| 17 | admin_cooperative_delete | /administration/cooperative/{id} | Path does not match |
| 18 | app_demande_index | /admin/commercant/ | Path does not match |
| 19 | app_demande_new | /admin/commercant/new | Path does not match |
| 20 | app_demande_produit_disponible | /admin/commercant/produits-disponible | Path does not match |
| 21 | app_demande_show | /admin/commercant/{id} | Path does not match |
| 22 | app_demande_edit | /admin/commercant/{id}/edit | Path does not match |
| 23 | app_demande_delete | /admin/commercant/{id} | Path does not match |
| 24 | admin_produit_index | /administration/produit/ | Path does not match |
| 25 | admin_produit_new | /administration/produit/new | Path does not match |
| 26 | admin_produit_show | /administration/produit/{id} | Path does not match |
| 27 | admin_produit_delete | /administration/produit/{id} | Path does not match |
| 28 | api_login | /api/login | Path does not match |
| 29 | api_connexion | /api/connexion | Path does not match |
| 30 | api_reset_password | /api/reset-password | Path does not match |
| 31 | api_panier_users | /api/panier/users | Path does not match |
| 32 | api_commandes_users | /api/commandes/add | Path does not match |
| 33 | api_add_produits | /api/produits/add | Path does not match |
| 34 | api_edit_produits | /api/produits/edit | Path does not match |
| 35 | api_del_produits | /api/produits/del | Path does not match |
| 36 | commmande | /commmande | Path does not match |
| 37 | commmande_panier_affichage | /commande/panier | Path does not match |
| 38 | ajout_panier | /panier/{id} | Path does not match |
| 39 | commande_chechkout | /validation/commande | Path does not match |
| 40 | commande_paiement_kkiapay | /paiement/kkiapay | Path does not match |
| 41 | commande_paiement | /paiement/details-facture | Path does not match |
| 42 | supprimer_du_panier | /panier/supprimer/{id} | Path does not match |
| 43 | ajout_panier_ajax | /panier-ajax/{id} | Path does not match |
| 44 | reservation | /reservation | Path does not match |
| 45 | end_reservation | /reservation-success | Path does not match |
| 46 | frontend_recherche_produit | /recherche/produits/ | Path does not match |
| 47 | cart_add | /paniers/ajout/{id} | Path does not match |
| 48 | cart_remove | /paniers/retrait/{id} | Path does not match |
| 49 | cart_delete | /cart/delete/{id} | Path does not match |
| 50 | app_accueil_forum_index | /forum/ | Path does not match |
| 51 | app_accueil_forum_question | /forum/{id} | Path does not match |
| 52 | app_accueil_forum_answer | /forum/question/repondre/{id} | Path does not match |
| 53 | app_accueil_forum_new_question | /forum/question/nouvelle | Path does not match |
| 54 | app_register | /register | Path does not match |
| 55 | app_forgot_password_request | /reset-password | Path does not match |
| 56 | app_check_email | /reset-password/check-email | Path does not match |
| 57 | app_reset_password | /reset-password/reset/{token} | Path does not match |
| 58 | app_login | /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.