Routing
site_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_devis_index | /administration/devis | Path does not match |
| 2 | admin_devis_new | /administration/devis/new | Path does not match |
| 3 | admin_devis_batch_delete | /administration/devis/batch-delete | Path does not match |
| 4 | admin_devis_autocomplete | /administration/devis/autocomplete | Path does not match |
| 5 | admin_devis_render_filters | /administration/devis/render-filters | Path does not match |
| 6 | admin_devis_edit | /administration/devis/{entityId}/edit | Path does not match |
| 7 | admin_devis_detail | /administration/devis/{entityId} | Path does not match |
| 8 | admin_realisation_index | /administration/realisation | Path does not match |
| 9 | admin_realisation_new | /administration/realisation/new | Path does not match |
| 10 | admin_realisation_batch_delete | /administration/realisation/batch-delete | Path does not match |
| 11 | admin_realisation_autocomplete | /administration/realisation/autocomplete | Path does not match |
| 12 | admin_realisation_render_filters | /administration/realisation/render-filters | Path does not match |
| 13 | admin_realisation_edit | /administration/realisation/{entityId}/edit | Path does not match |
| 14 | admin_realisation_delete | /administration/realisation/{entityId}/delete | Path does not match |
| 15 | admin_realisation_detail | /administration/realisation/{entityId} | Path does not match |
| 16 | admin_service_index | /administration/service | Path does not match |
| 17 | admin_service_new | /administration/service/new | Path does not match |
| 18 | admin_service_batch_delete | /administration/service/batch-delete | Path does not match |
| 19 | admin_service_autocomplete | /administration/service/autocomplete | Path does not match |
| 20 | admin_service_render_filters | /administration/service/render-filters | Path does not match |
| 21 | admin_service_edit | /administration/service/{entityId}/edit | Path does not match |
| 22 | admin_service_delete | /administration/service/{entityId}/delete | Path does not match |
| 23 | admin_service_detail | /administration/service/{entityId} | Path does not match |
| 24 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 25 | ux_live_component | /_components/{_live_component}/{_live_action} | Path does not match |
| 26 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 27 | _wdt | /_wdt/{token} | Path does not match |
| 28 | _profiler_home | /_profiler/ | Path does not match |
| 29 | _profiler_search | /_profiler/search | Path does not match |
| 30 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 31 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 32 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 33 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 34 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 35 | _profiler_open_file | /_profiler/open | Path does not match |
| 36 | _profiler | /_profiler/{token} | Path does not match |
| 37 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 38 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 39 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 40 | app_achat_new | /admin/achat/new/{chantierId} | Path does not match |
| 41 | app_achat_edit | /admin/achat/{id}/edit | Path does not match |
| 42 | app_achat_delete | /admin/achat/{id}/delete | Path does not match |
| 43 | admin_dashboard | /admin | Path does not match |
| 44 | admin | /administration | Path does not match |
| 45 | admin_devis | /admin/devis/ | Path does not match |
| 46 | admin_devis_show | /admin/devis/{id} | Path does not match |
| 47 | admin_devis_traite | /admin/devis/{id}/traite | Path does not match |
| 48 | admin_devis_delete | /admin/devis/{id}/delete | Path does not match |
| 49 | admin_realisations | /admin/realisations | Path does not match |
| 50 | admin_realisations_new | /admin/realisations/new | Path does not match |
| 51 | admin_realisations_edit | /admin/realisations/{id}/edit | Path does not match |
| 52 | admin_realisations_delete | /{id}/delete | Path does not match |
| 53 | admin_services | /admin/services | Path does not match |
| 54 | admin_services_new | /admin/new | Path does not match |
| 55 | admin_services_edit | /admin/{id}/edit | Path does not match |
| 56 | admin_services_delete | /admin/{id}/delete | Path does not match |
| 57 | app_chantier_index | /admin/chantier/ | Path does not match |
| 58 | app_chantier_new | /admin/chantier/new | Path does not match |
| 59 | app_chantier_show | /admin/chantier/{id} | Path does not match |
| 60 | app_chantier_edit | /admin/chantier/{id}/edit | Path does not match |
| 61 | app_chantier_delete | /admin/chantier/{id}/delete | Path does not match |
| 62 | app_chantier_terminer | /admin/chantier/{id}/terminer | Path does not match |
| 63 | app_chantier_reouvrir | /admin/chantier/{id}/reouvrir | Path does not match |
| 64 | app_chantier_pdf | /admin/chantier/{id}/pdf | Path does not match |
| 65 | app_login | /login | Path does not match |
| 66 | app_logout | /logout | Path does not match |
| 67 | site_home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.