Routing
app_register_restaurant
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/register/restaurant
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_restaurant | /r/{slug} | Path does not match |
| 2 | app_address_index | /admin/address/ | Path does not match |
| 3 | app_address_new | /admin/address/new | Path does not match |
| 4 | app_address_show | /admin/address/{id} | Path does not match |
| 5 | app_address_edit | /admin/address/{id}/edit | Path does not match |
| 6 | app_address_delete | /admin/address/{id} | Path does not match |
| 7 | app_bancking_card_index | /admin/bancking/card/ | Path does not match |
| 8 | app_bancking_card_new | /admin/bancking/card/new | Path does not match |
| 9 | app_bancking_card_show | /admin/bancking/card/{id} | Path does not match |
| 10 | app_bancking_card_edit | /admin/bancking/card/{id}/edit | Path does not match |
| 11 | app_bancking_card_delete | /admin/bancking/card/{id} | Path does not match |
| 12 | app_city_index | /admin/city/ | Path does not match |
| 13 | app_city_new | /admin/city/new | Path does not match |
| 14 | app_city_show | /admin/city/{id} | Path does not match |
| 15 | app_city_edit | /admin/city/{id}/edit | Path does not match |
| 16 | app_city_delete | /admin/city/{id} | Path does not match |
| 17 | app_cooking_style_index | /admin/cooking/style/ | Path does not match |
| 18 | app_cooking_style_new | /admin/cooking/style/new | Path does not match |
| 19 | app_cooking_style_show | /admin/cooking/style/{id} | Path does not match |
| 20 | app_cooking_style_edit | /admin/cooking/style/{id}/edit | Path does not match |
| 21 | app_cooking_style_delete | /admin/cooking/style/{id} | Path does not match |
| 22 | admin_index | /admin | Path does not match |
| 23 | admin_acquisition | /admin/acquisition.json | Path does not match |
| 24 | app_food_index | /admin/restaurant/{id}/food/tab-{tabId} | Path does not match |
| 25 | app_food_new | /admin/restaurant/{id}/food/new | Path does not match |
| 26 | app_food_show | /admin/restaurant/{id}/food/{food} | Path does not match |
| 27 | app_food_edit | /admin/restaurant/{id}/food/{food}/edit | Path does not match |
| 28 | app_food_delete | /admin/restaurant/{id}/food/{foodId} | Path does not match |
| 29 | app_keyword_index | /admin/settings/keyword/ | Path does not match |
| 30 | app_keyword_new | /admin/settings/keyword/new | Path does not match |
| 31 | app_keyword_show | /admin/settings/keyword/{id} | Path does not match |
| 32 | app_keyword_edit | /admin/settings/keyword/{id}/edit | Path does not match |
| 33 | app_keyword_delete | /admin/settings/keyword/{id} | Path does not match |
| 34 | app_log_activity_index | /admin/log/activity/ | Path does not match |
| 35 | app_log_activity_new | /admin/log/activity/new | Path does not match |
| 36 | app_log_activity_show | /admin/log/activity/{id} | Path does not match |
| 37 | app_log_activity_edit | /admin/log/activity/{id}/edit | Path does not match |
| 38 | app_log_activity_delete | /admin/log/activity/{id} | Path does not match |
| 39 | app_order_index | /admin/order/ | Path does not match |
| 40 | app_order_new | /admin/order/new | Path does not match |
| 41 | app_order_show | /admin/order/{id} | Path does not match |
| 42 | app_order_edit | /admin/order/{id}/edit | Path does not match |
| 43 | app_order_delete | /admin/order/{id} | Path does not match |
| 44 | app_restaurant_area_index | /admin/restaurant/{id}/areas/ | Path does not match |
| 45 | app_restaurant_area_new | /admin/restaurant/{id}/areas/new | Path does not match |
| 46 | app_restaurant_area_show | /admin/restaurant/{id}/areas/{areaId} | Path does not match |
| 47 | app_restaurant_area_edit | /admin/restaurant/{id}/areas/{areaId}/edit | Path does not match |
| 48 | app_restaurant_area_delete | /admin/restaurant/{id}/areas/{areaId} | Path does not match |
| 49 | app_restaurant_setting_bank_account | /admin/restaurant/{id}/settings/bank_account | Path does not match |
| 50 | app_restaurant_chain_index | /admin/restaurant/chain/ | Path does not match |
| 51 | app_restaurant_chain_new | /admin/restaurant/chain/new | Path does not match |
| 52 | app_restaurant_chain_show | /admin/restaurant/chain/{id} | Path does not match |
| 53 | app_restaurant_chain_edit | /admin/restaurant/chain/{id}/edit | Path does not match |
| 54 | app_restaurant_chain_delete | /admin/restaurant/chain/{id} | Path does not match |
| 55 | app_reviews_index_restaurant | /admin/restaurant/{id}/reviews | Path does not match |
| 56 | app_table_book_index_restaurant | /admin/restaurant/{id}/tables | Path does not match |
| 57 | app_order_index_restaurant | /admin/restaurant/{id}/orders | Path does not match |
| 58 | app_restaurant_index | /admin/restaurant/ | Path does not match |
| 59 | app_restaurant_new | /admin/restaurant/new | Path does not match |
| 60 | app_restaurant_show | /admin/restaurant/{id} | Path does not match |
| 61 | app_restaurant_edit | /admin/restaurant/{id}/edit | Path does not match |
| 62 | app_restaurant_delete | /admin/restaurant/{id} | Path does not match |
| 63 | app_restaurant_manager | /admin/restaurant/{id}/manager | Path does not match |
| 64 | app_restaurant_send_stripe_file | /admin/restaurant/{id}/file | Path does not match |
| 65 | app_restaurant_set_manager | /admin/restaurant/{id}/new_manager | Path does not match |
| 66 | app_restaurant_employee_new | /admin/restaurant/{id}/employee/new | Path does not match |
| 67 | app_restaurant_employee_index | /admin/restaurant/{id}/employee/ | Path does not match |
| 68 | app_restaurant_employee_show | /admin/restaurant/{id}/employee/{restaurantEmployee} | Path does not match |
| 69 | app_restaurant_employee_edit | /admin/restaurant/{id}/employee/{restaurantEmployee}/edit | Path does not match |
| 70 | app_restaurant_employee_delete | /admin/restaurant/{id}/employee/{restaurantEmployee} | Path does not match |
| 71 | app_restaurant_setting_manager | /admin/restaurant/{id}/settings/company | Path does not match |
| 72 | app_service_polling | /admin/services/polling | Path does not match |
| 73 | app_take_service | /admin/services/take | Path does not match |
| 74 | app_service_index | /admin/services/ | Path does not match |
| 75 | app_service_edit | /admin/services/{id} | Path does not match |
| 76 | app_service_review | /admin/services/{id}/review | Path does not match |
| 77 | app_restaurant_setting | /admin/restaurant/{id}/settings | Path does not match |
| 78 | app_review_index | /admin/reviews/ | Path does not match |
| 79 | app_review_new | /admin/reviews/new | Path does not match |
| 80 | app_review_show | /admin/reviews/{id} | Path does not match |
| 81 | app_review_edit | /admin/reviews/{id}/edit | Path does not match |
| 82 | app_review_delete | /admin/reviews/{id} | Path does not match |
| 83 | app_service_times_index | /admin/restaurant/{id}/settings/services/ | Path does not match |
| 84 | app_service_times_new | /admin/restaurant/{id}/settings/services/new | Path does not match |
| 85 | app_service_times_show | /admin/restaurant/{id}/settings/services/{service} | Path does not match |
| 86 | app_service_times_edit | /admin/restaurant/{id}/settings/services/{service}/edit | Path does not match |
| 87 | app_service_times_delete | /admin/restaurant/{id}/settings/services/{service} | Path does not match |
| 88 | app_settings_index | /admin/settings/ | Path does not match |
| 89 | app_cgu_index | /admin/settings/cgu | Path does not match |
| 90 | app_logs | /admin/settings/logs | Path does not match |
| 91 | app_log | /admin/settings/logs/{fileId} | Path does not match |
| 92 | app_table_book_index | /admin/table/book/ | Path does not match |
| 93 | app_table_book_show | /admin/table/book/{id} | Path does not match |
| 94 | app_table_book_edit | /admin/table/book/{id}/edit | Path does not match |
| 95 | app_table_index | /admin/table/ | Path does not match |
| 96 | app_table_new | /admin/table/new | Path does not match |
| 97 | app_table_show | /admin/table/{id} | Path does not match |
| 98 | app_table_edit | /admin/table/{id}/edit | Path does not match |
| 99 | app_table_delete | /admin/table/{id} | Path does not match |
| 100 | app_test_index | /admin/test/ | Path does not match |
| 101 | app_test_email | /admin/test/email | Path does not match |
| 102 | app_test_sms | /admin/test/sms | Path does not match |
| 103 | app_transfert_execute | /admin/transfert/execute/{id} | Path does not match |
| 104 | app_transfert_index | /admin/transfert/ | Path does not match |
| 105 | app_transfert_index_restaurant | /admin/transfert/{id} | Path does not match |
| 106 | app_transfert_cancel | /admin/transfert/{id} | Path does not match |
| 107 | app_translation_index | /admin/translation/ | Path does not match |
| 108 | app_translation_new | /admin/translation/new | Path does not match |
| 109 | app_translation_show | /admin/translation/{id} | Path does not match |
| 110 | app_translation_edit | /admin/translation/{id}/edit | Path does not match |
| 111 | app_translation_delete | /admin/translation/{id} | Path does not match |
| 112 | app_switch_user | /admin/user/{user}/switch | Path does not match |
| 113 | app_user_index | /admin/user/ | Path does not match |
| 114 | app_user_new | /admin/user/new | Path does not match |
| 115 | app_user_show | /admin/user/{id} | Path does not match |
| 116 | app_user_edit | /admin/user/{id}/edit | Path does not match |
| 117 | app_user_delete | /admin/user/{id} | Path does not match |
| 118 | app_user_role_index | /admin/user/role/ | Path does not match |
| 119 | app_user_role_new | /admin/user/role/new | Path does not match |
| 120 | app_user_role_show | /admin/user/role/{id} | Path does not match |
| 121 | app_user_role_edit | /admin/user/role/{id}/edit | Path does not match |
| 122 | app_user_role_delete | /admin/user/role/{id} | Path does not match |
| 123 | app_vip_payment_index | /admin/vip-payment/ | Path does not match |
| 124 | app_admin_food_index | /restaurant/{slug}/food/tab-{tabId} | Path does not match |
| 125 | app_admin_food_new | /restaurant/{slug}/food/new | Path does not match |
| 126 | app_admin_food_show | /restaurant/{slug}/food/{food} | Path does not match |
| 127 | app_admin_food_edit | /restaurant/{slug}/food/{food}/edit | Path does not match |
| 128 | app_admin_food_delete | /restaurant/{slug}/food/{food} | Path does not match |
| 129 | app_admin_restaurant_order_index | /restaurant/{slug}/order/ | Path does not match |
| 130 | app_restaurant_order_new | /restaurant/{slug}/order/new | Path does not match |
| 131 | app_restaurant_order_show | /restaurant/{slug}/order/{id} | Path does not match |
| 132 | app_restaurant_order_edit | /restaurant/{slug}/order/{id}/edit | Path does not match |
| 133 | app_restaurant_order_delete | /restaurant/{slug}/order/{id} | Path does not match |
| 134 | app_admin_payment_method_new | /restaurant/{slug}/settings/payment_method/new | Path does not match |
| 135 | app_admin_restaurant_area_index | /restaurant/restaurant/{slug}/areas/ | Path does not match |
| 136 | app_admin_restaurant_area_new | /restaurant/restaurant/{slug}/areas/new | Path does not match |
| 137 | app_admin_restaurant_area_show | /restaurant/restaurant/{slug}/areas/{areaId} | Path does not match |
| 138 | app_admin_restaurant_area_edit | /restaurant/restaurant/{slug}/areas/{areaId}/edit | Path does not match |
| 139 | app_admin_restaurant_area_delete | /restaurant/restaurant/{slug}/areas/{areaId} | Path does not match |
| 140 | app_admin_restaurant_index | /restaurant | Path does not match |
| 141 | app_admin_restaurant_new | /restaurant/new | Path does not match |
| 142 | app_admin_restaurant_edit | /restaurant/{slug}/edit | Path does not match |
| 143 | app_admin_restaurant_employee_index | /restaurant/{slug}/employee/ | Path does not match |
| 144 | app_admin_restaurant_employee_new | /restaurant/{slug}/employee/new | Path does not match |
| 145 | app_admin_restaurant_employee_show | /restaurant/{slug}/employee/{restaurantEmployee} | Path does not match |
| 146 | app_admin_restaurant_employee_edit | /restaurant/{slug}/employee/{restaurantEmployee}/edit | Path does not match |
| 147 | app_admin_restaurant_employee_delete | /restaurant/{slug}/employee/{restaurantEmployee} | Path does not match |
| 148 | app_admin_service_polling | /restaurant/{slug}/services/polling | Path does not match |
| 149 | app_admin_take_service | /restaurant/{slug}/services/take | Path does not match |
| 150 | app_admin_service_index | /restaurant/{slug}/services/ | Path does not match |
| 151 | app_admin_service_edit | /restaurant/{slug}/services/{id} | Path does not match |
| 152 | app_admin_service_review | /restaurant/{slug}/services/{id}/review | Path does not match |
| 153 | app_admin_review_index | /restaurant/{slug}/reviews/ | Path does not match |
| 154 | app_admin_service_times_index | /restaurant/{slug}/settings/services/ | Path does not match |
| 155 | app_admin_service_times_new | /restaurant/{slug}/settings/services/new | Path does not match |
| 156 | app_admin_service_times_edit | /restaurant/{slug}/settings/services/{service}/edit | Path does not match |
| 157 | app_admin_service_times_delete | /restaurant/{slug}/settings/services/{service} | Path does not match |
| 158 | app_admin_settings_index | /restaurant/{slug}/settings/ | Path does not match |
| 159 | app_admin_settings_subscription_cancel | /restaurant/{slug}/settings/subscription/cancel | Path does not match |
| 160 | app_admin_settings_subscription_edit | /restaurant/{slug}/settings/subscription | Path does not match |
| 161 | app_admin_settings_representative | /restaurant/{slug}/settings/representative | Path does not match |
| 162 | app_admin_settings_send_stripe_file | /restaurant/{slug}/settings/file | Path does not match |
| 163 | app_admin_representative_infos | /restaurant/{slug}/settings/representative.json | Path does not match |
| 164 | app_admin_table_book_index | /restaurant/{slug}/table/book/ | Path does not match |
| 165 | app_admin_table_book_show | /restaurant/{slug}/table/book/{id} | Path does not match |
| 166 | app_admin_table_book_edit | /restaurant/{slug}/table/book/{id}/edit | Path does not match |
| 167 | app_admin_transfert_execute | /restaurant/transfert/execute/{id} | Path does not match |
| 168 | app_admin_transfert_index | /restaurant/transfert/ | Path does not match |
| 169 | app_admin_transfert_index_restaurant | /restaurant/transfert/{id} | Path does not match |
| 170 | app_admin_transfert_cancel | /restaurant/transfert/{id} | Path does not match |
| 171 | app_password | /profile/password | Path does not match |
| 172 | app_cancel_profile | /profile/cancel | Path does not match |
| 173 | app_profile_vip | /profile/vip | Path does not match |
| 174 | app_profile_banking_card | /profile/card | Path does not match |
| 175 | app_profile_booking | /profile/booking | Path does not match |
| 176 | app_profile_booking_edit | /profile/booking/{id} | Path does not match |
| 177 | app_profile | /profile | Path does not match |
| 178 | app_login_default_redirect | /redirect | Path does not match |
| 179 | app_login | /login | Path does not match |
| 180 | app_logout | /logout | Path does not match |
| 181 | app_menu_index | /menu/ | Path does not match |
| 182 | app_menu_new | /menu/new | Path does not match |
| 183 | app_menu_show | /menu/{id} | Path does not match |
| 184 | app_menu_edit | /menu/{id}/edit | Path does not match |
| 185 | app_menu_delete | /menu/{id} | Path does not match |
| 186 | app_restaurant_choose_menu | /{slug}/table/{tableBook}/choose-menu | Path does not match |
| 187 | app_restaurant_table_json | /{slug}/area.json | Path does not match |
| 188 | app_restaurant_order_total | /{slug}/table/{tableBook}/order/details/total | Path does not match |
| 189 | app_restaurant_order_total_details | /{slug}/table/{tableBook}/order/details | Path does not match |
| 190 | app_restaurant_order | /{slug}/table/{tableBook}/order | Path does not match |
| 191 | app_restaurant_skip_order_json | /{slug}/table/{tableBook}/skip-order.json | Path does not match |
| 192 | app_restaurant_booking | /{slug}/book-table | Path does not match |
| 193 | app_restaurant_table_book_json | /{slug}/table/{tableBook}.json | Path does not match |
| 194 | app_restaurant_guests_informations_json | /{slug}/table/{tableBook}/guests_informations.json | Path does not match |
| 195 | app_restaurant_guest_food_book_json | /{slug}/table/{tableBook}/guest_food_book.json | Path does not match |
| 196 | app_restaurant_order_json | /{slug}/table/{tableBook}/order.json | Path does not match |
| 197 | app_restaurant_order_thanks | /{slug}/{tableBook}/thanks | Path does not match |
| 198 | app_restaurant_order_thanks_final | /{slug}/{tableBook}/thanks/final | Path does not match |
| 199 | app_qr_code | /{slug}/qrcode/{table} | Path does not match |
| 200 | app_register_restaurant | /register/restaurant | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.