Routing
app_restaurant_edit
Matched route
Route Parameters
| Name | Value |
|---|---|
| id | "11" |
Route Redirection
This page redirects to:
https://goldenresa.fr/login
Route Matching Logs
Path to match:
/admin/restaurant/11/edit
| # | 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 | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.