Routing
app_home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_blog_index | /admin/blog/ | Path does not match |
| 2 | app_admin_blog_new | /admin/blog/new | Path does not match |
| 3 | app_admin_blog_edit | /admin/blog/edit/{id} | Path does not match |
| 4 | app_admin_blog_delete | /admin/blog/delete/{id} | Path does not match |
| 5 | app_admin_blog_details | /admin/blog/details/{id} | Path does not match |
| 6 | app_admin_categorie_blog_index | /admin/categorie-blog/ | Path does not match |
| 7 | app_admin_categorie_blog_new | /admin/categorie-blog/new | Path does not match |
| 8 | app_admin_categorie_blog_edit | /admin/categorie-blog/edit/{id} | Path does not match |
| 9 | app_admin_categorie_blog_delete | /admin/categorie-blog/delete/{id} | Path does not match |
| 10 | app_admin_client_index | /admin/client/ | Path does not match |
| 11 | app_admin_conference | /admin/conference/ | Path does not match |
| 12 | app_admin_add_conference | /admin/conference/new | Path does not match |
| 13 | app_admin_edit_conference | /admin/conference/edit/{id} | Path does not match |
| 14 | app_admin_delete_conference | /admin/conference/delete/{id} | Path does not match |
| 15 | app_admin_index | /admin | Path does not match |
| 16 | app_admin_evenement | /admin/evenement/ | Path does not match |
| 17 | app_admin_evenement_participant | /admin/evenement/participant | Path does not match |
| 18 | app_admin_add_evenement | /admin/evenement/new | Path does not match |
| 19 | app_admin_evenement_details | /admin/evenement/details/{id} | Path does not match |
| 20 | app_admin_edit_evenement | /admin/evenement/edit/{id} | Path does not match |
| 21 | app_admin_evenement_change_state | /admin/evenement/statut/{id}/{type} | Path does not match |
| 22 | app_admin_message_client_index | /admin/messages/ | Path does not match |
| 23 | app_admin_message_client_details | /admin/messages/details/{id} | Path does not match |
| 24 | app_admin_package_index | /admin/package/ | Path does not match |
| 25 | app_admin_package_new | /admin/package/new | Path does not match |
| 26 | app_admin_package_edit | /admin/package/edit/{id} | Path does not match |
| 27 | app_admin_package_delete | /admin/package/delete/{id} | Path does not match |
| 28 | app_admin_package_details | /admin/package/details/{id} | Path does not match |
| 29 | app_admin_package_subservice_new | /admin/package/{packageId}/sub-services/new | Path does not match |
| 30 | app_admin_package_subservice_edit | /admin/package/{packageId}/sub-services/edit/{id} | Path does not match |
| 31 | app_admin_package_subservice_delete | /admin/package/{packageId}/sub-services/delete/{id} | Path does not match |
| 32 | app_admin_package_type_index | /admin/package-type/ | Path does not match |
| 33 | app_admin_package_type_new | /admin/package-type/new | Path does not match |
| 34 | app_admin_package_type_edit | /admin/package-type/edit/{id} | Path does not match |
| 35 | app_admin_package_type_delete | /admin/package-type/delete/{id} | Path does not match |
| 36 | app_admin_tag_blog_index | /admin/tag-blog/ | Path does not match |
| 37 | app_admin_tag_blog_new | /admin/tag-blog/new | Path does not match |
| 38 | app_admin_tag_blog_edit | /admin/tag-blog/edit/{id} | Path does not match |
| 39 | app_admin_tag_blog_delete | /admin/tag-blog/delete/{id} | Path does not match |
| 40 | admin_order_index | /admin/order/index | Path does not match |
| 41 | admin_order_show | /admin/order/{id}/details | Path does not match |
| 42 | admin_orders_export_csv | /admin/order/export | Path does not match |
| 43 | app_appointment_save | /appointment/save | Path does not match |
| 44 | app_auth_logout | /auth/deconnexion | Path does not match |
| 45 | app_auth_login | /auth/connexion | Path does not match |
| 46 | app_auth_signup | /auth/inscription | Path does not match |
| 47 | app_blog_index | /blog/ | Path does not match |
| 48 | app_blog_details | /blog/{slugCat}/{slugTitle}/{id} | Path does not match |
| 49 | client_package_payment | /client/checkout/package/{id}/payment | Path does not match |
| 50 | client_newsletter_index | /newsletter/index | Path does not match |
| 51 | client_newsletter_enable | /api/newsletter/enable | Path does not match |
| 52 | client_newsletter_disable | /api/newsletter/disable | Path does not match |
| 53 | app_evenement_index | /evenement/inscription/{id} | Path does not match |
| 54 | 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.