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 | ux_entity_autocomplete | /autocomplete/{alias} | Path does not match |
| 3 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 4 | _wdt | /_wdt/{token} | Path does not match |
| 5 | _profiler_home | /_profiler/ | Path does not match |
| 6 | _profiler_search | /_profiler/search | Path does not match |
| 7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 12 | _profiler_open_file | /_profiler/open | Path does not match |
| 13 | _profiler | /_profiler/{token} | Path does not match |
| 14 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 17 | api_entreprises_search | /api/entreprises/search | Path does not match |
| 18 | api_entreprises_show | /api/entreprises/{id} | Path does not match |
| 19 | api_personnes_search | /api/personnes/search | Path does not match |
| 20 | api_personnes_show | /api/personnes/{id} | Path does not match |
| 21 | api_postes_autocomplete | /api/postes/autocomplete | Path does not match |
| 22 | api_postes_popular | /api/postes/popular | Path does not match |
| 23 | api_postes_all | /api/postes/all | Path does not match |
| 24 | contrat_index | /contrats/ | Path does not match |
| 25 | contrat_recherche | /contrats/recherche | Path does not match |
| 26 | contrat_show | /contrats/{id} | Path does not match |
| 27 | contrat_qr_code | /contrats/{id}/qr-code | Path does not match |
| 28 | contrat_qr_code_file | /contrats/{id}/qr-code-file | Path does not match |
| 29 | contrat_show_by_reference | /contrats/reference/{reference} | Path does not match |
| 30 | contrat_etiquette | /contrats/{id}/etiquette | Path does not match |
| 31 | contrat_etiquette_html | /contrats/{id}/etiquette-html | Path does not match |
| 32 | contrat_edit | /contrats/{id}/modifier | Path does not match |
| 33 | contrat_delete | /contrats/{id} | Path does not match |
| 34 | contrat_toggle_active | /contrats/{id}/toggle-active | Path does not match |
| 35 | contrat_download_scan | /contrats/{id}/telecharger-scan | Path does not match |
| 36 | contrat_regenerate_qrcode | /contrats/{id}/regenerer-qrcode | Path does not match |
| 37 | contrat_nouveau | /contrat/nouveau/ | Path does not match |
| 38 | contrat_workflow_step1 | /contrat/nouveau/etape-1 | Path does not match |
| 39 | contrat_workflow_step2 | /contrat/nouveau/etape-2 | Path does not match |
| 40 | contrat_workflow_step3 | /contrat/nouveau/etape-3 | Path does not match |
| 41 | contrat_workflow_confirmation | /contrat/nouveau/confirmation-modifications | Path does not match |
| 42 | contrat_workflow_step4 | /contrat/nouveau/etape-4 | Path does not match |
| 43 | contrat_workflow_success | /contrat/nouveau/succes/{id} | Path does not match |
| 44 | contrat_workflow_cancel | /contrat/nouveau/annuler | Path does not match |
| 45 | contrat_workflow_back | /contrat/nouveau/retour/{step} | Path does not match |
| 46 | entreprise_index | /entreprises/ | Path does not match |
| 47 | entreprise_new | /entreprises/nouveau | Path does not match |
| 48 | entreprise_show | /entreprises/{id} | Path does not match |
| 49 | entreprise_edit | /entreprises/{id}/modifier | Path does not match |
| 50 | entreprise_delete | /entreprises/{id} | Path does not match |
| 51 | entreprise_toggle_active | /entreprises/{id}/toggle-active | Path does not match |
| 52 | app_home | /home | Path does not match |
| 53 | app_dashboard | /dashboard | Path does not match |
| 54 | landing | / | Path does not match |
| 55 | personne_index | /personnes/ | Path does not match |
| 56 | personne_new | /personnes/nouvelle | Path does not match |
| 57 | personne_show | /personnes/{id} | Path does not match |
| 58 | personne_edit | /personnes/{id}/modifier | Path does not match |
| 59 | personne_delete | /personnes/{id} | Path does not match |
| 60 | personne_toggle_active | /personnes/{id}/toggle-active | Path does not match |
| 61 | profile_show | /profile/ | Path does not match |
| 62 | profile_edit | /profile/edit | Path does not match |
| 63 | profile_password | /profile/password | Path does not match |
| 64 | app_register | /register | Path does not match |
| 65 | app_verify_email | /verify/email | Path does not match |
| 66 | 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.