Routing
homepage
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_stylesheet | /_wdt/styles | Path does not match |
| 3 | _wdt | /_wdt/{token} | Path does not match |
| 4 | _profiler_home | /_profiler/ | Path does not match |
| 5 | _profiler_search | /_profiler/search | Path does not match |
| 6 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 7 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 8 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 9 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 10 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 11 | _profiler_open_file | /_profiler/open | Path does not match |
| 12 | _profiler | /_profiler/{token} | Path does not match |
| 13 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 14 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 15 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 16 | dashboard | /dashboard/ | Path does not match |
| 17 | activites_dashboard | /dashboard/activites | Path does not match |
| 18 | blog_dashboard | /dashboard/blog | Path does not match |
| 19 | evenements_dashboard | /dashboard/evenements | Path does not match |
| 20 | reservation_dashboard | /dashboard/reservation | Path does not match |
| 21 | reservation_archived | /dashboard/reservation/archived | Path does not match |
| 22 | new_activite | /dashboard/new_activite | Path does not match |
| 23 | new_evenement | /dashboard/new_evenement | Path does not match |
| 24 | new_announce | /dashboard/new_announce | Path does not match |
| 25 | edit_activite | /dashboard/edit_activite/{id} | Path does not match |
| 26 | edit_announce | /dashboard/edit_announce/{id} | Path does not match |
| 27 | delete_announce | /dashboard/delete_announce/{id} | Path does not match |
| 28 | delete_activite | /dashboard/delete_activite/{id} | Path does not match |
| 29 | edit_evenement | /dashboard/edit_evenement/{id} | Path does not match |
| 30 | delete_evenement | /dashboard/delete_evenement/{id} | Path does not match |
| 31 | delete_reservation | /dashboard/delete_reservation/{id} | Path does not match |
| 32 | change_reservation_status | /dashboard/reservation/change-status/{id}/{status} | Path does not match |
| 33 | edit_reservation_participants | /dashboard/reservation/edit-participants/{id} | Path does not match |
| 34 | edit_reservation_date | /dashboard/reservation/edit-date/{id} | Path does not match |
| 35 | confirm_reservation | /dashboard/confirm_reservation/{id} | Path does not match |
| 36 | new_manual_reservation | /dashboard/reservation/new | Path does not match |
| 37 | test_email | /dashboard/email/test | Path does not match |
| 38 | blocked_dates_dashboard | /dashboard/blocked-dates | Path does not match |
| 39 | new_blocked_date | /dashboard/blocked-dates/new | Path does not match |
| 40 | edit_blocked_date | /dashboard/blocked-dates/edit/{id} | Path does not match |
| 41 | delete_blocked_date | /dashboard/blocked-dates/delete/{id} | Path does not match |
| 42 | toggle_blocked_date | /dashboard/blocked-dates/toggle/{id} | Path does not match |
| 43 | api_blocked_dates | /dashboard/api/blocked-dates/{activityName} | Path does not match |
| 44 | blocked_dates_calendar | /dashboard/blocked-dates/calendar | Path does not match |
| 45 | quick_block_activity | /dashboard/blocked-dates/quick-block/{activityName} | Path does not match |
| 46 | api_calendar_events | /dashboard/api/calendar-events | Path does not match |
| 47 | export_reservations | /dashboard/reservations/export/{date}/{format} | Path does not match |
| 48 | reservation_export_form | /dashboard/reservations/export-form | Path does not match |
| 49 | api_reservations_for_date | /dashboard/api/reservations-for-date/{date} | Path does not match |
| 50 | api_capacity_for_date | /dashboard/api/capacity/{date} | Path does not match |
| 51 | change_language | /dashboard/language/{locale} | Path does not match |
| 52 | analytics_dashboard | /dashboard/analytics | Path does not match |
| 53 | test_pdf | /dashboard/test-pdf | Path does not match |
| 54 | simple_pdf_test | /dashboard/simple-pdf-test | Path does not match |
| 55 | debug_export | /dashboard/debug-export/{date}/{format} | Path does not match |
| 56 | sliders_dashboard | /dashboard/sliders | Path does not match |
| 57 | new_slider | /dashboard/sliders/new | Path does not match |
| 58 | edit_slider | /dashboard/sliders/edit/{id} | Path does not match |
| 59 | delete_slider | /dashboard/sliders/delete/{id} | Path does not match |
| 60 | toggle_slider | /dashboard/sliders/toggle/{id} | Path does not match |
| 61 | partners_dashboard | /dashboard/partners | Path does not match |
| 62 | new_partner | /dashboard/partners/new | Path does not match |
| 63 | edit_partner | /dashboard/partners/edit/{id} | Path does not match |
| 64 | delete_partner | /dashboard/partners/delete/{id} | Path does not match |
| 65 | toggle_partner | /dashboard/partners/toggle/{id} | Path does not match |
| 66 | main_partner_settings | /dashboard/settings/main-partner | Path does not match |
| 67 | remove_main_partner | /dashboard/settings/main-partner/remove | Path does not match |
| 68 | resend_confirmation_email | /dashboard/reservation/resend-confirmation/{id} | Path does not match |
| 69 | capacity_management | /dashboard/capacity-management | Path does not match |
| 70 | capacity_management_add | /dashboard/capacity-management/add | Path does not match |
| 71 | capacity_management_edit | /dashboard/capacity-management/edit/{id} | Path does not match |
| 72 | capacity_management_delete | /dashboard/capacity-management/delete/{id} | Path does not match |
| 73 | capacity_management_bulk_action | /dashboard/capacity-management/bulk-action | Path does not match |
| 74 | homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.