Routing
app_index
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 10 | _profiler_open_file | /_profiler/open | Path does not match |
| 11 | _profiler | /_profiler/{token} | Path does not match |
| 12 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 15 | admin_dashboard | /admin | Path does not match |
| 16 | admin_hotel_index | /admin/hotels/ | Path does not match |
| 17 | admin_hotel_new | /admin/hotels/new | Path does not match |
| 18 | admin_hotel_edit | /admin/hotels/{id}/edit | Path does not match |
| 19 | admin_hotel_delete | /admin/hotels/{id} | Path does not match |
| 20 | admin_hotel_remove_user | /admin/hotels/{id}/remove-user/{user_id} | Path does not match |
| 21 | admin_hotel_edit_user | /admin/hotels/{id}/edit-user/{user_id} | Path does not match |
| 22 | admin_impersonate_user | /admin/hotels/users/{id}/impersonate | Path does not match |
| 23 | admin_mode_paiement_index | /admin/mode-paiement/ | Path does not match |
| 24 | admin_mode_paiement_new | /admin/mode-paiement/new | Path does not match |
| 25 | admin_mode_paiement_edit | /admin/mode-paiement/{id}/edit | Path does not match |
| 26 | admin_mode_paiement_delete | /admin/mode-paiement/{id}/delete | Path does not match |
| 27 | admin_mode_paiement_toggle | /admin/mode-paiement/toggle/{id} | Path does not match |
| 28 | admin_service_index | /admin/services/ | Path does not match |
| 29 | admin_service_new | /admin/services/new | Path does not match |
| 30 | admin_service_edit | /admin/services/{id}/edit | Path does not match |
| 31 | admin_service_delete | /admin/services/{id} | Path does not match |
| 32 | admin_subscription_index | /admin/subscription/ | Path does not match |
| 33 | admin_subscription_show | /admin/subscription/{id}/show | Path does not match |
| 34 | admin_subscription_print | /admin/subscription/{id}/print | Path does not match |
| 35 | admin_subscription_plan_index | /admin/subscription-plans/ | Path does not match |
| 36 | admin_subscription_plan_new | /admin/subscription-plans/new | Path does not match |
| 37 | admin_subscription_plan_edit | /admin/subscription-plans/{id}/edit | Path does not match |
| 38 | admin_subscription_plan_delete | /admin/subscription-plans/{id} | Path does not match |
| 39 | admin_tenant_support.dashboard | /admin/support/ | Path does not match |
| 40 | admin_tenant_support.tickets | /admin/support/tickets | Path does not match |
| 41 | admin_tenant_support.ticket_view | /admin/support/ticket/{id} | Path does not match |
| 42 | admin_tenant_support.ticket_close | /admin/support/ticket/{id}/close | Path does not match |
| 43 | admin_tenant_support.ticket_reopen | /admin/support/ticket/{id}/reopen | Path does not match |
| 44 | admin_tenant_support.attachment_download | /admin/support/attachment/{id}/download | Path does not match |
| 45 | admin_tenant_support.search | /admin/support/search | Path does not match |
| 46 | admin_tenant_support.unread_count | /admin/support/unread-count | Path does not match |
| 47 | admin_tenant_support.statistics | /admin/support/statistics | Path does not match |
| 48 | admin_user_index | /admin/users/ | Path does not match |
| 49 | admin_user_new | /admin/users/new | Path does not match |
| 50 | admin_user_edit | /admin/users/{id}/edit | Path does not match |
| 51 | admin_user_delete | /admin/users/{id}/delete | Path does not match |
| 52 | app.content.common.browser.image | /content-common/brower-image | Path does not match |
| 53 | app.content.common.upload.image | /content-common/upload-image | Path does not match |
| 54 | public_payment_line | /payment/{id} | Path does not match |
| 55 | public_payment_success | /payment/success/{id} | Path does not match |
| 56 | public_payment_cancel | /payment/cancel/{id} | Path does not match |
| 57 | public_payment_stripe | /payment/stripe/{paymentId} | Path does not match |
| 58 | public_payment_stripe_pay | /payment/stripe-pay/{id} | Path does not match |
| 59 | public_payment_webhook_stripe | /payment/webhook/stripe | Path does not match |
| 60 | public_reservation | /reservation/{uid} | Path does not match |
| 61 | app_sso_app_index | /sso/ | Path does not match |
| 62 | app_sso_login | /sso/login | Path does not match |
| 63 | app_index | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.