Routing
home
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt | /_wdt/{token} | Path does not match |
2 | _profiler_home | /_profiler/ | Path does not match |
3 | _profiler_search | /_profiler/search | Path does not match |
4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
6 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
7 | _profiler_font | /_profiler/font/{fontName}.woff2 | 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 | admin_dash | /admin/dashboard | Path does not match |
15 | admin_edit | /admin/edit/{id} | Path does not match |
16 | admin_delete | /admin/delete/{id} | Path does not match |
17 | admin_login | /admin | Path does not match |
18 | admin_logout | /admin/logout | Path does not match |
19 | admin_blog_imageupload | /admin/blogs/handleimageupload | Path does not match |
20 | admin_blogs_delete | /admin/blogs/delete/{id} | Path does not match |
21 | city_search | /admin/city/search | Path does not match |
22 | edit_city | /admin/city/edit/{id} | Path does not match |
23 | city_delete | /admin/city/delete/{id} | Path does not match |
24 | country_search | /admin/country/search | Path does not match |
25 | app_cuisine_type_index | /admin/cuisine/type/ | Path does not match |
26 | app_cuisine_type_new | /admin/cuisine/type/new | Path does not match |
27 | app_cuisine_type_show | /admin/cuisine/type/{id} | Path does not match |
28 | app_cuisine_type_edit | /admin/cuisine/type/{id}/edit | Path does not match |
29 | app_cuisine_type_delete | /admin/cuisine/type/{id} | Path does not match |
30 | admin_hotel_index | /admin/hotels | Path does not match |
31 | hotel_export | /admin/hotels/export | Path does not match |
32 | app_admin_hotel_import | /admin/hotels/import | Path does not match |
33 | app_admin_hotel_new | /admin/hotels/new | Path does not match |
34 | admin_hotel_show | /admin/hotels/{id} | Path does not match |
35 | admin_hotels_search | /admin/hotels/search | Path does not match |
36 | admin_signup | /signup | Path does not match |
37 | admin_signup_post | /signup-post | Path does not match |
38 | app_restaurant_index | /admin/restaurant/ | Path does not match |
39 | app_restaurant_new | /admin/restaurant/new | Path does not match |
40 | app_restaurant_export | /admin/restaurant/export | Path does not match |
41 | restaurant_import | /admin/restaurant/import | Path does not match |
42 | app_restaurant_show | /admin/restaurant/{id} | Path does not match |
43 | app_restaurant_edit | /admin/restaurant/{id}/edit | Path does not match |
44 | app_restaurant_delete_all | /admin/restaurant/delete-all | Path does not match |
45 | app_restaurant_delete | /admin/restaurant/delete/{id} | Path does not match |
46 | app_restaurant_type_index | /admin/restaurant-type/ | Path does not match |
47 | app_restaurant_type_new | /admin/restaurant-type/new | Path does not match |
48 | app_restaurant_type_show | /admin/restaurant-type/{id} | Path does not match |
49 | app_restaurant_type_edit | /admin/restaurant-type/{id}/edit | Path does not match |
50 | app_restaurant_type_delete | /admin/restaurant-type/{id} | Path does not match |
51 | app_tag_index | /admin/tag/ | Path does not match |
52 | app_tag_new | /admin/tag/new | Path does not match |
53 | app_tag_show | /admin/tag/{id} | Path does not match |
54 | app_tag_edit | /admin/tag/{id}/edit | Path does not match |
55 | app_tag_delete | /admin/tag/{id} | Path does not match |
56 | app_admin_things_to_do_index | /admin/thingstodo/ | Path does not match |
57 | thingstodo_export | /admin/thingstodo/export | Path does not match |
58 | app_things_to_do_new | /admin/thingstodo/new | Path does not match |
59 | thingstodo_import | /admin/thingstodo/import | Path does not match |
60 | app_things_to_do_show | /admin/thingstodo/{id} | Path does not match |
61 | app_things_to_do_edit | /admin/thingstodo/{id}/edit | Path does not match |
62 | app_things_to_do_delete | /admin/thingstodo/delete/{id} | Path does not match |
63 | app_admin_things_to_do_type_index | /admin/things/to/do/type/ | Path does not match |
64 | app_things_to_do_type_new | /admin/things/to/do/type/new | Path does not match |
65 | app_things_to_do_type_show | /admin/things/to/do/type/{id} | Path does not match |
66 | app_things_to_do_type_edit | /admin/things/to/do/type/{id}/edit | Path does not match |
67 | app_things_to_do_type_delete | /admin/things/to/do/type/{id} | Path does not match |
68 | app_travel_group_index | /admin/travel/group/ | Path does not match |
69 | app_travel_group_new | /admin/travel/group/new | Path does not match |
70 | app_travel_group_show | /admin/travel/group/{id} | Path does not match |
71 | app_travel_group_edit | /admin/travel/group/{id}/edit | Path does not match |
72 | app_travel_group_delete | /admin/travel/group/{id} | Path does not match |
73 | api_login | /api/login | Path does not match |
74 | api_fixed_number | /api/fixed-number | Path does not match |
75 | fixed_number | /fixed-number | Path does not match |
76 | home | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.