Routing
app_comparison
Matched route
Route Parameters
| Name | Value |
|---|---|
| domain | "delivertastic.com" |
Route Matching Logs
Path to match:
/vergleich
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | partner_login | /login | Path does not match |
| 2 | partner_logout | /logout | Path does not match |
| 3 | app_login | /login | Path does not match |
| 4 | app_logout | /logout | Path does not match |
| 5 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 6 | app.swagger_ui | /api-docs | Path does not match |
| 7 | _wdt_stylesheet | /_wdt/styles | Path does not match |
| 8 | _wdt | /_wdt/{token} | Path does not match |
| 9 | _profiler_home | /_profiler/ | Path does not match |
| 10 | _profiler_search | /_profiler/search | Path does not match |
| 11 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 12 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 13 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
| 14 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
| 15 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 16 | _profiler_open_file | /_profiler/open | Path does not match |
| 17 | _profiler | /_profiler/{token} | Path does not match |
| 18 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 19 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 20 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 21 | admin_affiliates_list | /admin-panel/affiliates/ | Path does not match |
| 22 | admin_affiliate_view | /admin-panel/affiliates/{id} | Path does not match |
| 23 | admin_affiliate_activate | /admin-panel/affiliates/{id}/activate | Path does not match |
| 24 | admin_affiliate_reject | /admin-panel/affiliates/{id}/reject | Path does not match |
| 25 | admin_affiliate_tariffs | /admin-panel/affiliates/{id}/tariffs | Path does not match |
| 26 | admin_panel_index | /admin-panel/ | Path does not match |
| 27 | admin_panel_restaurant_view | /admin-panel/restaurant/{id} | Path does not match |
| 28 | admin_panel_assign_tariff | /admin-panel/restaurant/{id}/assign-tariff | Path does not match |
| 29 | admin_panel_update_paypal_credentials | /admin-panel/restaurant/{id}/paypal-credentials | Path does not match |
| 30 | admin_panel_toggle_payment | /admin-panel/restaurant/{id}/toggle-payment | Path does not match |
| 31 | admin_panel_switch_to_restaurant | /admin-panel/restaurant/{id}/switch-to | Path does not match |
| 32 | admin_panel_menu_uploads | /admin-panel/menu-uploads | Path does not match |
| 33 | admin_panel_menu_upload_view | /admin-panel/menu-upload/{id} | Path does not match |
| 34 | admin_panel_menu_upload_process | /admin-panel/menu-upload/{id}/process | Path does not match |
| 35 | admin_panel_settings | /admin-panel/settings | Path does not match |
| 36 | admin_coupons_index | /admin-panel/coupons | Path does not match |
| 37 | admin_coupons_create | /admin-panel/coupons/create | Path does not match |
| 38 | admin_coupons_generate | /admin-panel/coupons/generate | Path does not match |
| 39 | admin_coupons_delete | /admin-panel/coupons/{id}/delete | Path does not match |
| 40 | admin_panel_tariff_list | /admin-panel/tariffs/ | Path does not match |
| 41 | admin_panel_tariff_new | /admin-panel/tariffs/new | Path does not match |
| 42 | admin_panel_tariff_create | /admin-panel/tariffs/create | Path does not match |
| 43 | admin_panel_tariff_edit | /admin-panel/tariffs/{id}/edit | Path does not match |
| 44 | admin_panel_tariff_update | /admin-panel/tariffs/{id}/update | Path does not match |
| 45 | admin_panel_tariff_delete | /admin-panel/tariffs/{id}/delete | Path does not match |
| 46 | api_menu_full | /api/menu/full/{restaurantId} | Path does not match |
| 47 | api_menu_categories | /api/menu/categories/{restaurantId} | Path does not match |
| 48 | api_menu_dishes | /api/menu/dishes/{restaurantId} | Path does not match |
| 49 | api_menu_dish_detail | /api/menu/dish/{restaurantId}/{dishId} | Path does not match |
| 50 | api_menu_opening_hours | /api/menu/opening-hours/{restaurantId} | Path does not match |
| 51 | api_menu_delivery_zones | /api/menu/delivery-zones/{restaurantId} | Path does not match |
| 52 | api_menu_promotions | /api/menu/promotions/{restaurantId} | Path does not match |
| 53 | public_api_menu | /api/public/menu | Path does not match |
| 54 | public_api_restaurant | /api/public/restaurant | Path does not match |
| 55 | public_api_restaurant_info | /api/public/restaurant-info | Path does not match |
| 56 | public_api_opening_hours | /api/public/opening-hours | Path does not match |
| 57 | public_api_delivery_instructions | /api/public/delivery-instructions | Path does not match |
| 58 | api_restaurant_auth_verify | /api/v1/restaurant/auth/verify | Path does not match |
| 59 | api_restaurant_orders_list | /api/v1/restaurant/orders | Path does not match |
| 60 | api_restaurant_orders_detail | /api/v1/restaurant/orders/{id} | Path does not match |
| 61 | api_restaurant_orders_update_status | /api/v1/restaurant/orders/{id}/status | Path does not match |
| 62 | api_restaurant_availability_get | /api/v1/restaurant/availability | Path does not match |
| 63 | api_restaurant_availability_update | /api/v1/restaurant/availability | Path does not match |
| 64 | api_restaurant_menu_categories_list | /api/v1/restaurant/menu/categories | Path does not match |
| 65 | api_restaurant_menu_items_list | /api/v1/restaurant/menu/items | Path does not match |
| 66 | api_restaurant_menu_ingredients_list | /api/v1/restaurant/menu/ingredients | Path does not match |
| 67 | api_restaurant_menu_item_availability | /api/v1/restaurant/menu/items/{id}/availability | Path does not match |
| 68 | api_restaurant_menu_category_availability | /api/v1/restaurant/menu/categories/{id}/availability | Path does not match |
| 69 | api_restaurant_menu_ingredient_availability | /api/v1/restaurant/menu/ingredients/{id}/availability | Path does not match |
| 70 | api_restaurant_payments_summary | /api/v1/restaurant/payments/summary | Path does not match |
| 71 | api_restaurant_revenue_daily | /api/v1/restaurant/revenue/daily | Path does not match |
| 72 | api_restaurant_tariff_get | /api/v1/restaurant/tariff | Path does not match |
| 73 | api_restaurant_costs_get | /api/v1/restaurant/costs | Path does not match |
| 74 | api_restaurant_costs_daily | /api/v1/restaurant/costs/daily | Path does not match |
| 75 | api_restaurant_times_get | /api/v1/restaurant/times | Path does not match |
| 76 | api_restaurant_times_update | /api/v1/restaurant/times | Path does not match |
| 77 | app_paypal_webhook_global | /webhook/paypal | Path does not match |
| 78 | app_paypal_webhook | /webhook/paypal/{restaurantId} | Path does not match |
| 79 | app_stripe_webhook | /webhook/stripe/{restaurantId} | Path does not match |
| 80 | public_order_index | /order/{slug} | Path does not match |
| 81 | public_order_create | /order/{slug}/create | Path does not match |
| 82 | public_order_paypal_success | /order/{slug}/paypal/success | Path does not match |
| 83 | public_order_paypal_cancel | /order/{slug}/paypal/cancel | Path does not match |
| 84 | public_order_cart_add | /order/{slug}/cart/add | Path does not match |
| 85 | public_order_category_dishes | /order/{slug}/category/{categoryId}/dishes | Path does not match |
| 86 | public_order_cart_add_menu | /order/{slug}/cart/add-menu | Path does not match |
| 87 | public_order_cart_add_menu_with_selection | /order/{slug}/cart/add-menu-with-selection | Path does not match |
| 88 | public_order_cart_update | /order/{slug}/cart/update/{itemId} | Path does not match |
| 89 | public_order_cart_remove | /order/{slug}/cart/remove/{itemId} | Path does not match |
| 90 | public_order_cart_set_delivery | /order/{slug}/cart/set-delivery | Path does not match |
| 91 | public_order_times | /order/{slug}/times | Path does not match |
| 92 | public_order_dish_options | /order/{slug}/dish/{dishId}/options | Path does not match |
| 93 | public_order_calculate_delivery | /order/{slug}/calculate-delivery | Path does not match |
| 94 | public_order_status_check | /order/status/check | Path does not match |
| 95 | public_order_status | /order/status/{orderNumber} | Path does not match |
| 96 | public_order | /order/{restaurantSlug} | Path does not match |
| 97 | public_order_checkout | /order/{slug}/checkout | Path does not match |
| 98 | public_order_paypal_capture | /order/{slug}/paypal/capture | Path does not match |
| 99 | public_order_status_token | /order/status/token/{publicToken} | Path does not match |
| 100 | public_order_status_token_data | /order/status/token/{publicToken}/data | Path does not match |
| 101 | public_order_cancel_delay | /order/status/token/{publicToken}/cancel-delay | Path does not match |
| 102 | public_order_accept_delay | /order/status/token/{publicToken}/accept-delay | Path does not match |
| 103 | public_order_cancel_after_confirm | /order/status/token/{publicToken}/cancel-after-confirm | Path does not match |
| 104 | public_order_success | /order/{slug}/success/{orderNumber} | Path does not match |
| 105 | additive_index | /dashboard/additives | Path does not match |
| 106 | additive_add | /dashboard/additives/add | Path does not match |
| 107 | additive_edit | /dashboard/additives/edit/{id} | Path does not match |
| 108 | additive_show | /dashboard/additives/show/{id} | Path does not match |
| 109 | additive_toggle | /dashboard/additives/toggle/{id} | Path does not match |
| 110 | additive_delete | /dashboard/additives/delete/{id} | Path does not match |
| 111 | allergen_index | /dashboard/allergens | Path does not match |
| 112 | allergen_add | /dashboard/allergens/add | Path does not match |
| 113 | allergen_edit | /dashboard/allergens/edit/{id} | Path does not match |
| 114 | allergen_show | /dashboard/allergens/show/{id} | Path does not match |
| 115 | allergen_toggle | /dashboard/allergens/toggle/{id} | Path does not match |
| 116 | allergen_delete | /dashboard/allergens/delete/{id} | Path does not match |
| 117 | category_index | /dashboard/categories | Path does not match |
| 118 | category_add | /dashboard/categories/add | Path does not match |
| 119 | category_edit | /dashboard/categories/edit/{id} | Path does not match |
| 120 | category_show | /dashboard/categories/{id} | Path does not match |
| 121 | category_toggle | /dashboard/categories/toggle/{id} | Path does not match |
| 122 | category_delete | /dashboard/categories/delete/{id} | Path does not match |
| 123 | category_reorder | /dashboard/categories/reorder | Path does not match |
| 124 | category_bulk_action | /dashboard/categories/bulk-action | Path does not match |
| 125 | app_dashboard_credits | /dashboard/credits | Path does not match |
| 126 | app_dashboard_credits_purchase | /dashboard/credits/purchase/{package} | Path does not match |
| 127 | app_dashboard_credits_history | /dashboard/credits/history | Path does not match |
| 128 | app_dashboard | /dashboard | Path does not match |
| 129 | app_dashboard_welcome | /dashboard/welcome | Path does not match |
| 130 | app_dashboard_setup | /dashboard/setup-guide | Path does not match |
| 131 | app_dashboard_ai_generate_zones | /dashboard/api/ai/generate-zones | Path does not match |
| 132 | app_dashboard_ai_generate_extras | /dashboard/api/ai/generate-extras | Path does not match |
| 133 | app_dashboard_update_times | /dashboard/api/update-times | Path does not match |
| 134 | app_dashboard_invoices | /dashboard/invoices | Path does not match |
| 135 | app_dashboard_faq | /dashboard/hilfe | Path does not match |
| 136 | app_dashboard_profi | /dashboard/profi-buchen | Path does not match |
| 137 | app_dashboard_ready | /dashboard/ready | Path does not match |
| 138 | dish_index | /dashboard/dishes | Path does not match |
| 139 | dish_add | /dashboard/dishes/add | Path does not match |
| 140 | dish_edit | /dashboard/dishes/edit/{id} | Path does not match |
| 141 | dish_show | /dashboard/dishes/{id} | Path does not match |
| 142 | dish_get_sizes_by_category | /dashboard/dishes/get-sizes-by-category | Path does not match |
| 143 | dish_get_choices_by_category | /dashboard/dishes/get-choices-by-category | Path does not match |
| 144 | dish_get_sidedishes_by_category | /dashboard/dishes/get-sidedishes-by-category | Path does not match |
| 145 | dish_toggle | /dashboard/dishes/toggle-status/{id} | Path does not match |
| 146 | dish_update_sort_order | /dashboard/dishes/update-sort-order | Path does not match |
| 147 | dish_update_article_number | /dashboard/dishes/update-article-number | Path does not match |
| 148 | dish_delete | /dashboard/dishes/delete/{id} | Path does not match |
| 149 | event_day_index | /dashboard/event-days | Path does not match |
| 150 | event_day_add | /dashboard/event-days/add | Path does not match |
| 151 | event_day_edit | /dashboard/event-days/edit/{id} | Path does not match |
| 152 | event_day_show | /dashboard/event-days/show/{id} | Path does not match |
| 153 | event_day_delete | /dashboard/event-days/delete/{id} | Path does not match |
| 154 | event_day_toggle | /dashboard/event-days/toggle/{id} | Path does not match |
| 155 | event_day_duplicate | /dashboard/event-days/duplicate/{id} | Path does not match |
| 156 | extra_index | /dashboard/extras | Path does not match |
| 157 | extra_add | /dashboard/extras/add | Path does not match |
| 158 | extra_edit | /dashboard/extras/edit/{id} | Path does not match |
| 159 | extra_show | /dashboard/extras/{id} | Path does not match |
| 160 | extra_toggle | /dashboard/extras/toggle/{id} | Path does not match |
| 161 | extra_delete | /dashboard/extras/delete/{id} | Path does not match |
| 162 | api_dishes | /dashboard/extras/api/dishes | Path does not match |
| 163 | api_dish_sizes | /dashboard/extras/api/dish/{id}/sizes | Path does not match |
| 164 | api_category_sizes | /dashboard/extras/api/category/{id}/sizes | Path does not match |
| 165 | extra_group_update_price | /dashboard/extras/group/update-price | Path does not match |
| 166 | extra_group_toggle_status | /dashboard/extras/group/toggle-status | Path does not match |
| 167 | extra_group_delete | /dashboard/extras/group/delete | Path does not match |
| 168 | extra_list | /dashboard/extras/list | Path does not match |
| 169 | extra_update_single_price | /dashboard/extras/update-single-price | Path does not match |
| 170 | app_home | / | Path does not match |
| 171 | app_dashboard_menu | /dashboard/menu | Path does not match |
| 172 | app_dashboard_stats | /dashboard/stats | Path does not match |
| 173 | app_impressum | /impressum | Path does not match |
| 174 | app_datenschutz | /datenschutz | Path does not match |
| 175 | app_features | /funktionen | Path does not match |
| 176 | app_pricing | /preise | Path does not match |
| 177 | app_how_it_works | /so-funktionierts | Path does not match |
| 178 | app_success_stories | /erfolgsgeschichten | Path does not match |
| 179 | app_comparison | /vergleich | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.