Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 9 | _profiler_open_file | /_profiler/open | Path does not match |
| 10 | _profiler | /_profiler/{token} | Path does not match |
| 11 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 12 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 13 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 14 | app_home | / | Path does not match |
| 15 | app_login | /login | Path does not match |
| 16 | app_logout | /logout | Path does not match |
| 17 | app_user_index | /user | Path does not match |
| 18 | app_user_new | /user/new | Path does not match |
| 19 | app_user_edit | /user/{id}/edit | Path does not match |
| 20 | app_user_delete | /user/{id}/delete | Path does not match |
| 21 | app_user_change_password | /user/change-password | Path does not match |
| 22 | app_role_index | /role | Path does not match |
| 23 | app_role_new | /role/new | Path does not match |
| 24 | app_role_edit | /role/{id}/edit | Path does not match |
| 25 | app_role_delete | /role/{id}/delete | Path does not match |
| 26 | app_log_index | /log | Path does not match |
| 27 | app_product_index | /product | Path does not match |
| 28 | app_product_new | /product/new | Path does not match |
| 29 | app_product_edit | /product/{id}/edit | Path does not match |
| 30 | app_product_delete | /product/{id}/delete | Path does not match |
| 31 | app_product_export | /product/export | Path does not match |
| 32 | app_product_import | /product/import | Path does not match |
| 33 | app_shopping_list_index | /shopping-list | Path does not match |
| 34 | app_shopping_list_from_menu | /shopping-list/new/{id}/menu | Path does not match |
| 35 | app_shopping_list_save_from_menu | /shopping-list/new/{id}/menu/save | Path does not match |
| 36 | app_shopping_list_new | /shopping-list/new | Path does not match |
| 37 | app_shopping_list_edit | /shopping-list/{id}/edit | Path does not match |
| 38 | app_shopping_list_delete | /shopping-list/{id}/delete | Path does not match |
| 39 | app_meal_index | /meal | Path does not match |
| 40 | app_meal_new | /meal/new | Path does not match |
| 41 | app_meal_edit | /meal/{id}/edit | Path does not match |
| 42 | app_meal_delete | /meal/{id}/delete | Path does not match |
| 43 | app_meal_group_index | /meal_group | Path does not match |
| 44 | app_meal_group_new | /meal_group/new | Path does not match |
| 45 | app_meal_group_edit | /meal_group/{id}/edit | Path does not match |
| 46 | app_meal_group_delete | /meal_group/{id}/delete | Path does not match |
| 47 | app_client_index | /client | Path does not match |
| 48 | app_client_new | /client/new | Path does not match |
| 49 | app_client_show | /client/{id} | Path does not match |
| 50 | app_client_edit | /client/{id}/edit | Path does not match |
| 51 | app_client_edit_form | /client/{id}/edit_form | Path does not match |
| 52 | app_client_delete | /client/{id}/delete | Path does not match |
| 53 | app_client_parties | /client/{id}/parties | Path does not match |
| 54 | app_client_parties_table | /client/{id}/parties_table | Path does not match |
| 55 | app_party_index | /party | Path does not match |
| 56 | app_party_calendar | /party/calendar | Path does not match |
| 57 | app_party_new | /party/new | Path does not match |
| 58 | app_party_new_copy | /party/new/{id} | Path does not match |
| 59 | app_party_show | /party/{id} | Path does not match |
| 60 | app_party_edit | /party/{id}/edit | Path does not match |
| 61 | app_party_delete | /party/{id}/delete | Path does not match |
| 62 | app_party_image_delete | /party/{id}/image/{image} | Path does not match |
| 63 | app_decoration_index | /decoration | Path does not match |
| 64 | app_decoration_new | /decoration/new | Path does not match |
| 65 | app_decoration_edit | /decoration/{id}/edit | Path does not match |
| 66 | app_decoration_delete | /decoration/{id} | Path does not match |
| 67 | app_party_category_index | /party_category | Path does not match |
| 68 | app_party_category_new | /party_category/new | Path does not match |
| 69 | app_party_category_edit | /party_category/{id}/edit | Path does not match |
| 70 | app_party_category_delete | /party_category/{id} | Path does not match |
| 71 | app_menu_index | /menu | Path does not match |
| 72 | app_menu_new | /menu/new | Path does not match |
| 73 | app_menu_show | /menu/{id} | Path does not match |
| 74 | app_menu_edit | /menu/{id}/edit | Path does not match |
| 75 | app_menu_delete | /menu/{id}/delete | Path does not match |
| 76 | app_client_party_creator_create | /creator/create | Path does not match |
| 77 | app_client_party_creator_pricing | /creator/price | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.