Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 2 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | app_admin | /admin | Path does not match |
| 17 | admin_users | /admin/users | Path does not match |
| 18 | admin_update_user_status | /admin/users/update-status | Path does not match |
| 19 | admin_add_user | /admin/users/add | Path does not match |
| 20 | admin_agences | /admin/agences | Path does not match |
| 21 | admin_agence_edit | /admin/agence/{id}/edit | Path does not match |
| 22 | app_agence | /agence | Path does not match |
| 23 | agence_users | /agence/users | Path does not match |
| 24 | agence_update_user_status | /agence/users/update-status | Path does not match |
| 25 | agence_add_user | /agence/users/add | Path does not match |
| 26 | app_client_particulier_index | /agence/client/particulier | Path does not match |
| 27 | app_client_particulier_new | /agence/client/particulier/new | Path does not match |
| 28 | app_client_particulier_show | /agence/client/particulier/{id} | Path does not match |
| 29 | app_client_particulier_edit | /agence/client/particulier/{id}/edit | Path does not match |
| 30 | app_client_particulier_delete | /agence/client/particulier/{id} | Path does not match |
| 31 | app_client_societe_index | /agence/client/societe | Path does not match |
| 32 | app_client_societe_new | /agence/client/societe/new | Path does not match |
| 33 | app_client_societe_show | /agence/client/societe/{id} | Path does not match |
| 34 | app_client_societe_edit | /agence/client/societe/{id}/edit | Path does not match |
| 35 | app_client_societe_delete | /agence/client/societe/{id} | Path does not match |
| 36 | app_conducteur | /conducteur | Path does not match |
| 37 | app_contrat | /agence/contrat | Path does not match |
| 38 | view_contrat | /agence/contrat/view/{contartId} | Path does not match |
| 39 | add_contrat | /agence/contrat/new | Path does not match |
| 40 | contrat_fetch_client | /agence/contrat/fetch/client | Path does not match |
| 41 | contrat_fetch_conducteurs | /agence/contrat/fetch/conducteurs | Path does not match |
| 42 | save_contrat | /agence/contrat/create | Path does not match |
| 43 | app_contrat_prolongation | /agence/contrat/prolongation | Path does not match |
| 44 | create_contrat_prolongation | /agence/contrat/prolongation/{contartId}/add | Path does not match |
| 45 | app_contrat_changevehcule | /agence/contrat/changevehcule | Path does not match |
| 46 | create_contrat_changevehcule | /agence/contrat/changevehcule/{contartId}/add | Path does not match |
| 47 | get_clientcontrat | /agence/contrat/getclient | Path does not match |
| 48 | fill_conducteur_contrat | /agence/contrat/fill-conducteur | Path does not match |
| 49 | get_modeles | /agence/contrat/get-modeles/{marqueId} | Path does not match |
| 50 | get_vehicules | /agence/contrat/get-vehicules/{modeleId} | Path does not match |
| 51 | app_document_index | /agence/document | Path does not match |
| 52 | app_document_new | /agence/document/new | Path does not match |
| 53 | app_document_show | /agence/document/{id} | Path does not match |
| 54 | app_document_edit | /agence/document/{id}/edit | Path does not match |
| 55 | app_document_delete | /agence/document/{id} | Path does not match |
| 56 | locataire_edit | /agence/locataire/{id}/edit | Path does not match |
| 57 | app_marque_index | /admin/marque | Path does not match |
| 58 | app_marque_new | /admin/marque/new | Path does not match |
| 59 | app_marque_show | /admin/marque/{id} | Path does not match |
| 60 | app_marque_edit | /admin/marque/{id}/edit | Path does not match |
| 61 | app_marque_delete | /admin/marque/{id}/delete | Path does not match |
| 62 | app_modele_index | /admin/modele | Path does not match |
| 63 | app_modele_new | /admin/modele/new | Path does not match |
| 64 | app_modele_show | /admin/modele/{id} | Path does not match |
| 65 | app_modele_edit | /admin/modele/{id}/edit | Path does not match |
| 66 | app_modele_delete | /admin/modele/{id}/delete | Path does not match |
| 67 | 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.