Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_cadeaux_index | /cadeauxaa/ | Path does not match |
| 2 | app_cadeaux_new | /cadeauxaa/new | Path does not match |
| 3 | app_cadeaux_show | /cadeauxaa/{id} | Path does not match |
| 4 | app_cadeaux_edit | /cadeauxaa/{id}/edit | Path does not match |
| 5 | app_cadeaux_delete | /cadeauxaa/{id} | Path does not match |
| 6 | app_default | / | Path does not match |
| 7 | registration_success | /registration_success | Path does not match |
| 8 | register | /register/{step} | Path does not match |
| 9 | user_tree | /user/tree | Path does not match |
| 10 | user_tree_vertical | /user/treevertical | Path does not match |
| 11 | app_user_edit_profile | /edit-profile | Path does not match |
| 12 | app_user_profile | /profile | Path does not match |
| 13 | mes_commandes_connecter | /mes-commandes | Path does not match |
| 14 | mes_paiements | /mes-paiements | Path does not match |
| 15 | mes_suppper_cade | /mes-Super-cadeaux | Path does not match |
| 16 | password_reset_request_new | /password-reset | Path does not match |
| 17 | app_orders | /orders/monreseau | Path does not match |
| 18 | app_orders_export | /orders/monreseau/export | Path does not match |
| 19 | app_orders_index | /orders/ | Path does not match |
| 20 | app_orders_show | /orders/{id} | Path does not match |
| 21 | commission_reports_admininstrateurs | /orders/rapportcommission/administrateur | Path does not match |
| 22 | commissions_download_csv | /orders/rapportcommission/administrateur/Exe | Path does not match |
| 23 | delete_commande | /orders/delete/commande/{id} | Path does not match |
| 24 | app_paiement_index | /paiement/ | Path does not match |
| 25 | app_paiement_index_historique | /paiement/histor | Path does not match |
| 26 | app_paiement_new | /paiement/new | Path does not match |
| 27 | app_paiement_show | /paiement/{id} | Path does not match |
| 28 | app_paiement_edit | /paiement/{id}/edit | Path does not match |
| 29 | make_payment_for_user | /paiement/admin/make-payment/{userId} | Path does not match |
| 30 | app_password_reset_request_index | /password-reset-admin/ | Path does not match |
| 31 | app_password_reset_request_new | /password-reset-admin/new | Path does not match |
| 32 | app_password_reset_request_show | /password-reset-admin/{id} | Path does not match |
| 33 | app_password_reset_request_edit | /password-reset-admin/{id}/edit | Path does not match |
| 34 | app_password_reset_request_delete | /password-reset-admin/{id} | Path does not match |
| 35 | admin_mark_as_completed | /password-reset-admin/admin/password-reset-request/{id}/complete | Path does not match |
| 36 | user_reports | /reports | Path does not match |
| 37 | user_reports_non | /non-actif | Path does not match |
| 38 | user_reports_new_orders | /reports/neworders | Path does not match |
| 39 | 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.