Routing
(none)
Matched route
Route Matching Logs
Path to match:
/favicon.ico
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_login | /login | Path does not match |
| 2 | app_authenticate | /authenticate | Path does not match |
| 3 | app_logout | /logout | Path does not match |
| 4 | clients | /clients | Path does not match |
| 5 | client_nouveau | /clients/nouveau | Path does not match |
| 6 | client_voir | /clients/{id} | Path does not match |
| 7 | client_modifier | /clients/{id}/modifier | Path does not match |
| 8 | client_supprimer | /clients/{id}/supprimer | Path does not match |
| 9 | devis | /devis | Path does not match |
| 10 | devis_brouillons | /devis/brouillons | Path does not match |
| 11 | devis_abandonner | /devis/{id}/abandonner | Path does not match |
| 12 | devis_nouveau | /devis/nouveau | Path does not match |
| 13 | devis_detail | /devis/{id} | Path does not match |
| 14 | devis_changer_statut | /devis/{id}/changer-statut/{nouveauStatut} | Path does not match |
| 15 | devis_modifier | /devis/{id}/modifier | Path does not match |
| 16 | devis_dupliquer | /devis/{id}/dupliquer | Path does not match |
| 17 | devis_pdf | /devis/{id}/pdf | Path does not match |
| 18 | devis_supprimer | /devis/{id}/supprimer | Path does not match |
| 19 | devis_ajouter_section | /devis/{id}/ajouter-section | Path does not match |
| 20 | devis_modifier_section | /devis/section/{id}/modifier | Path does not match |
| 21 | devis_supprimer_section | /devis/section/{id}/supprimer | Path does not match |
| 22 | devis_ligne_toggle_exergue | /devis/ligne/{id}/toggle-exergue | Path does not match |
| 23 | devis_ajouter_ligne_exergue | /devis/{id}/ajouter-ligne-exergue | Path does not match |
| 24 | devis_ajouter_ligne | /devis/{id}/ajouter-ligne | Path does not match |
| 25 | devis_modifier_ligne | /devis/ligne/{id}/modifier | Path does not match |
| 26 | devis_supprimer_ligne | /devis/ligne/{id}/supprimer | Path does not match |
| 27 | devis_update_totals | /devis/{id}/update-totals | Path does not match |
| 28 | home | / | Path does not match |
| 29 | oauth_outlook_start | /connect/outlook | Path does not match |
| 30 | oauth_outlook_check | /connect/outlook/callback | Path does not match |
| 31 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 32 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 33 | _wdt | /_wdt/{token} | Path does not match |
| 34 | _profiler_home | /_profiler/ | Path does not match |
| 35 | _profiler_search | /_profiler/search | Path does not match |
| 36 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 37 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 38 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 39 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 40 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 41 | _profiler_open_file | /_profiler/open | Path does not match |
| 42 | _profiler | /_profiler/{token} | Path does not match |
| 43 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 44 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 45 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.