Routing
errors
Matched route
Route Parameters
| Name | Value |
|---|---|
| catchall | "index.html" |
Route Matching Logs
Path to match:
/index.html
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | cake_list | /cake/list | Path does not match |
| 2 | create_cake | /cake/creation | Path does not match |
| 3 | edit_cake | /cakes/edit-cake/{cakeid} | Path does not match |
| 4 | delete_cake | /cakes/delete-cake/{cakeid} | Path does not match |
| 5 | category_list | /category/list | Path does not match |
| 6 | create_category | /category/creation | Path does not match |
| 7 | edit_category | /categories/edit-category/{categoryid} | Path does not match |
| 8 | delete_category | /categories/delete-category/{categoryid} | Path does not match |
| 9 | criterion_list | /criterion/list | Path does not match |
| 10 | create_criterion | /criterion/creation | Path does not match |
| 11 | edit_criterion | /criteria/edit-criterion/{criterionid} | Path does not match |
| 12 | delete_criterion | /criteria/delete-criterion/{criterionid} | Path does not match |
| 13 | _list_menus | /lists/menu | Path does not match |
| 14 | _list_categories | /lists/category | Path does not match |
| 15 | _list_criteria | /lists/criterion | Path does not match |
| 16 | _list_items | /lists/item | Path does not match |
| 17 | _list_cakes | /lists/cake | Path does not match |
| 18 | _list_offers | /lists/offer | Path does not match |
| 19 | home | / | Path does not match |
| 20 | admin | /admin | Path does not match |
| 21 | item_list | /item/list | Path does not match |
| 22 | create_item | /item/creation | Path does not match |
| 23 | edit_item | /items/edit-item/{itemid} | Path does not match |
| 24 | delete_item | /items/delete-item/{itemid} | Path does not match |
| 25 | menu_list | /menu/list | Path does not match |
| 26 | create_menu | /menu/creation | Path does not match |
| 27 | edit_menu | /menus/edit-menu/{menuid} | Path does not match |
| 28 | delete_menu | /menus/delete-menu/{menuid} | Path does not match |
| 29 | offer_list | /offer/list | Path does not match |
| 30 | create_offer | /offer/creation | Path does not match |
| 31 | edit_offer | /offers/edit-offer/{offerid} | Path does not match |
| 32 | delete_offer | /offers/delete-offer/{offerid} | Path does not match |
| 33 | app_register | /register | Path does not match |
| 34 | app_login | /login | Path does not match |
| 35 | app_logout | /logout | Path does not match |
| 36 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 37 | _wdt | /_wdt/{token} | Path does not match |
| 38 | _profiler_home | /_profiler/ | Path does not match |
| 39 | _profiler_search | /_profiler/search | Path does not match |
| 40 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 41 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 42 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 43 | _profiler_open_file | /_profiler/open | Path does not match |
| 44 | _profiler | /_profiler/{token} | Path does not match |
| 45 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 46 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 47 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 48 | shop | /shop | Path does not match |
| 49 | dayshop | /dayshop | Path does not match |
| 50 | cakeshop | /cakeshop | Path does not match |
| 51 | offershop | /offershop | Path does not match |
| 52 | contact | /contact | Path does not match |
| 53 | notFound | /indisponible | Path does not match |
| 54 | errors | /{catchall} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.