https://www.dev.marcc8395.fr/connexion

Routing

app_login Matched route

Route Parameters

No parameters.

Route Matching Logs

Path to match: /connexion
# Route name Path Log
1 app_admin_log /admin/logs Path does not match
2 app_admin_technician_index /admin/techniciens/ Path does not match
3 app_admin_technician_edit /admin/techniciens/{id}/edit Path does not match
4 app_admin_technician_delete /admin/techniciens/{id} Path does not match
5 app_admin_user_index /admin/utilisateurs/ Path does not match
6 app_admin_user_new /admin/utilisateurs/new Path does not match
7 app_admin_user_show /admin/utilisateurs/{id} Path does not match
8 app_admin_user_edit /admin/utilisateurs/{id}/edit Path does not match
9 app_admin_user_delete /admin/utilisateurs/{id} Path does not match
10 app_bank_transfer_index /banque/virements/ Path does not match
11 app_bank_transfer_edit /banque/virements/{id}/edit Path does not match
12 app_bank_transfer_delete /banque/virements/{id} Path does not match
13 app_home_index / Path does not match
14 app_locapro_carfleet_index /locapro/parc-automobile/ Path does not match
15 app_locapro_carfleet_show /locapro/parc-automobile/{id} Path does not match
16 app_locapro_carfleet_edit /locapro/parc-automobile/{id}/edit Path does not match
17 app_locapro_carfleet_delete /locapro/parc-automobile/{id} Path does not match
18 app_locapro_dashboard_index /locapro/dashboard Path does not match
19 app_login /connexion Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.