Routing
app_main
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
3 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
4 | _wdt | /_wdt/{token} | Path does not match |
5 | _profiler_home | /_profiler/ | Path does not match |
6 | _profiler_search | /_profiler/search | Path does not match |
7 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
8 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
9 | _profiler_xdebug | /_profiler/xdebug | Path does not match |
10 | _profiler_font | /_profiler/font/{fontName}.woff2 | Path does not match |
11 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
12 | _profiler_open_file | /_profiler/open | Path does not match |
13 | _profiler | /_profiler/{token} | Path does not match |
14 | _profiler_router | /_profiler/{token}/router | Path does not match |
15 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
16 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
17 | app_admin | /admin | Path does not match |
18 | admin-tour-packages | /admin/tour-packages | Path does not match |
19 | add-tour | /admin/add-tour | Path does not match |
20 | sub-category-select | /admin/sub-category-select | Path does not match |
21 | update-tour-package | /admin/update-tour-package/{id} | Path does not match |
22 | delete-tour-package | /admin/{id}/delete-tour-package | Path does not match |
23 | add-blog | /admin/add-blog | Path does not match |
24 | update-blog | /admin/{id}/update-blog | Path does not match |
25 | delete-blog | /admin/{id}/delete-blog | Path does not match |
26 | blogs | /admin/blogs | Path does not match |
27 | top-destinations-all | /admin/top-destinations | Path does not match |
28 | add-top-destination | /admin/add-top-destination | Path does not match |
29 | update-top-destination | /admin/{id}/update-top-destination/ | Path does not match |
30 | delete-top-destination | /admin/{id}/delete-top-destination | Path does not match |
31 | hotels-in-bhutan | /admin/hotels-in-bhutan | Path does not match |
32 | add-hotels-in-bhutan | /admin/add-hotels-in-bhutan | Path does not match |
33 | update-hotels-in-bhutan | /admin/{id}/update-hotels-in-bhutan | Path does not match |
34 | delete-hotel-in-bhutan | /admin/{id}/delete-hotel-in-bhutan | Path does not match |
35 | add-tour-category | /admin/add-tour-category | Path does not match |
36 | delete-tour-category | /admin/{id}/delete-tour-category | Path does not match |
37 | update-tour-category | /admin/{id}/update-tour-category | Path does not match |
38 | all-faqs-and-raqs | /admin/faqs-and-raqs | Path does not match |
39 | edit-faqs-and-raqs | /admin/edit-faqs-and-raqs/{id} | Path does not match |
40 | all-travel-and-visa | /admin/travel-and-visa | Path does not match |
41 | edit-travel-and-visa | /admin/edit-travel-and-visa/{id} | Path does not match |
42 | delete-faqs-raqs | /admin/delete-faqs-raqs/{id} | Path does not match |
43 | delete-travel-visa | /admin/delete-travel-visa/{id} | Path does not match |
44 | book-now | /book-now | Path does not match |
45 | app_main | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.