Routing
m_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 | /_wdt/{token} | Path does not match |
| 3 | _profiler_home | /_profiler/ | Path does not match |
| 4 | _profiler_search | /_profiler/search | Path does not match |
| 5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 7 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 8 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | m_companies_siret_lookup | /APIInternal/siretSearch | Path does not match |
| 16 | m_vehicles_vin_lookup | /APIInternal/vinSearch | Path does not match |
| 17 | m_vehicles_plate_lookup | /APIInternal/plateSearch | Path does not match |
| 18 | m_admin_users | /administrateurs | Path does not match |
| 19 | m_admin_users_new | /administrateurs/nouveau | Path does not match |
| 20 | m_admin_users_edit | /administrateurs/modifier/{id} | Path does not match |
| 21 | m_admin_users_delete | /administrateurs/delete/{id} | Path does not match |
| 22 | m_admin_users_show | /administrateurs/consulter/{id} | Path does not match |
| 23 | m_companies | /companies | Path does not match |
| 24 | m_companies_new | /companies/ajouter | Path does not match |
| 25 | m_companies_edit | /companies/modifier/{id} | Path does not match |
| 26 | m_companies_infos_edit | /companies/modifier/{id}/infos | Path does not match |
| 27 | m_companies_delete | /companies/supprimer/{id} | Path does not match |
| 28 | m_company_addresses | /companies/adresses | Path does not match |
| 29 | m_company_address_new | /companies/adresse/{id}/ajouter | Path does not match |
| 30 | m_company_address_edit | /companies/adresse/modifier/{id} | Path does not match |
| 31 | m_company_address_delete | /companies/adresse/supprimer/{id} | Path does not match |
| 32 | get_billing_addresses_by_company | /companies/getBillingAddresses/{companyId} | Path does not match |
| 33 | m_company_billing_entities | /companies/entitesFacturation | Path does not match |
| 34 | m_company_billing_entity_new | /companies/entitesFacturation/{company}/ajouter | Path does not match |
| 35 | m_company_billing_entity_edit | /companies/entitesFacturation/modifier/{id} | Path does not match |
| 36 | m_company_billing_entity_delete | /companies/entitesFacturation/supprimer/{id} | Path does not match |
| 37 | m_companies_show | /companies/{id} | Path does not match |
| 38 | m_contacts | /contacts | Path does not match |
| 39 | get_contacts_by_company | /contacts/get-contacts/{companyId} | Path does not match |
| 40 | m_contacts_new | /contacts/ajouter | Path does not match |
| 41 | m_contacts_edit | /contacts/modifier/{id} | Path does not match |
| 42 | m_contacts_delete | /contacts/supprimer/{id} | Path does not match |
| 43 | m_home | /accueil | Path does not match |
| 44 | m_drivers | /drivers | Path does not match |
| 45 | get_drivers_by_company | /drivers/get-drivers/{companyId} | Path does not match |
| 46 | m_drivers_new | /drivers/ajouter | Path does not match |
| 47 | m_drivers_edit | /drivers/modifier/{id} | Path does not match |
| 48 | m_drivers_delete | /drivers/supprimer/{id} | Path does not match |
| 49 | m_references_datas | /references | Path does not match |
| 50 | m_references_datas_new | /references/ajouter | Path does not match |
| 51 | m_references_datas_edit | /references/{id}/edit | Path does not match |
| 52 | m_references_datas_delete | /references/{id} | Path does not match |
| 53 | m_roles | /droits | Path does not match |
| 54 | m_roles_new | /droits/nouveau | Path does not match |
| 55 | m_roles_edit | /droits/modifier/{id} | Path does not match |
| 56 | m_roles_delete | /droits/delete/{id} | Path does not match |
| 57 | m_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.