Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_admin_contact_message_index | /admin/messages_de_contact/ | Path does not match |
| 15 | app_admin_contact_message_show | /admin/messages_de_contact/{id} | Path does not match |
| 16 | app_admin_contact_message_delete | /admin/messages_de_contact/{id} | Path does not match |
| 17 | app_admin_index | /admin/ | Path does not match |
| 18 | app_admin_pages | /admin/pages | Path does not match |
| 19 | app_admin_page | /admin/page/{id} | Path does not match |
| 20 | app_admin_contact | /admin/contact | Path does not match |
| 21 | app_admin_settings | /admin/parametres | Path does not match |
| 22 | app_admin_change_password | /admin/changement_de_mot_de_passe | Path does not match |
| 23 | app_admin_little_extra_index | /admin/petits_plus/ | Path does not match |
| 24 | app_admin_little_extra_new | /admin/petits_plus/ajout | Path does not match |
| 25 | app_admin_little_extra_edit | /admin/petits_plus/{id}/edition | Path does not match |
| 26 | app_admin_little_extra_delete | /admin/petits_plus/{id} | Path does not match |
| 27 | ajax_update_little_extra_order | /admin/petits_plus/ajax/update_little_extra_order | Path does not match |
| 28 | app_admin_news_index | /admin/actualites/ | Path does not match |
| 29 | app_admin_news_new | /admin/actualites/ajout | Path does not match |
| 30 | app_admin_news_edit | /admin/actualites/{id}/edition | Path does not match |
| 31 | app_admin_news_delete | /admin/actualites/{id} | Path does not match |
| 32 | app_admin_partner_index | /admin/partenaires/ | Path does not match |
| 33 | app_admin_partner_new | /admin/partenaires/ajout | Path does not match |
| 34 | app_admin_partner_edit | /admin/partenaires/{id}/edition | Path does not match |
| 35 | app_admin_partner_delete | /admin/partenaires/{id} | Path does not match |
| 36 | ajax_update_partner_order | /admin/partenaires/ajax/update_partner_order | Path does not match |
| 37 | app_admin_price_category_index | /admin/categories_de_tarifs/ | Path does not match |
| 38 | app_admin_price_category_new | /admin/categories_de_tarifs/ajout | Path does not match |
| 39 | app_admin_price_category_edit | /admin/categories_de_tarifs/{id}/edition | Path does not match |
| 40 | app_admin_price_category_delete | /admin/categories_de_tarifs/{id} | Path does not match |
| 41 | ajax_update_price_category_order | /admin/categories_de_tarifs/ajax/update_price_category_order | Path does not match |
| 42 | app_admin_price_index | /admin/tarifs/ | Path does not match |
| 43 | app_admin_price_new | /admin/tarifs/ajout/{id} | Path does not match |
| 44 | app_admin_price_edit | /admin/tarifs/{id}/edition | Path does not match |
| 45 | app_admin_price_delete | /admin/tarifs/{id} | Path does not match |
| 46 | ajax_update_price_order | /admin/tarifs/ajax/update_price_order | Path does not match |
| 47 | app_admin_service_category_index | /admin/categories_de_service/ | Path does not match |
| 48 | app_admin_service_category_new | /admin/categories_de_service/ajout | Path does not match |
| 49 | app_admin_service_category_edit | /admin/categories_de_service/{id}/edition | Path does not match |
| 50 | app_admin_service_category_delete | /admin/categories_de_service/{id} | Path does not match |
| 51 | ajax_update_service_category_order | /admin/categories_de_service/ajax/update_service_category_order | Path does not match |
| 52 | app_admin_service_index | /admin/services/ | Path does not match |
| 53 | app_admin_service_new | /admin/services/ajout/{id} | Path does not match |
| 54 | app_admin_service_edit | /admin/services/{id}/edition | Path does not match |
| 55 | app_admin_service_delete | /admin/services/{id} | Path does not match |
| 56 | ajax_fetch_service_names | /admin/services/ajax/fetch_service_names | Path does not match |
| 57 | ajax_update_service_order | /admin/services/ajax/update_service_order | Path does not match |
| 58 | app_admin_user_index | /admin/user/ | Path does not match |
| 59 | app_admin_user_new | /admin/user/ajout | Path does not match |
| 60 | app_admin_user_edit | /admin/user/{id}/edition | Path does not match |
| 61 | app_admin_user_delete | /admin/user/{id} | Path does not match |
| 62 | app_admin_vat_index | /admin/tva/ | Path does not match |
| 63 | app_admin_vat_new | /admin/tva/ajout | Path does not match |
| 64 | app_admin_vat_edit | /admin/tva/{id}/edition | Path does not match |
| 65 | app_admin_vat_delete | /admin/tva/{id} | Path does not match |
| 66 | app_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.