Routing
app_admin_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | pentatrion_vite_build_proxy | /build/{path} | Path does not match |
| 2 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 3 | liip_imagine_filter_runtime | /media/cache/resolve/{filter}/rc/{hash}/{path} | Path does not match |
| 4 | liip_imagine_filter | /media/cache/resolve/{filter}/{path} | Path does not match |
| 5 | _wdt | /_wdt/{token} | Path does not match |
| 6 | _profiler_home | /_profiler/ | Path does not match |
| 7 | _profiler_search | /_profiler/search | Path does not match |
| 8 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 9 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 10 | _profiler_xdebug | /_profiler/xdebug | 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 | admin_academyLevel_index | /admin/academyLevel/list/{page}/{sort}/{dir} | Path does not match |
| 18 | admin_academyLevel_new | /admin/academyLevel/new | Path does not match |
| 19 | admin_academyLevel_details | /admin/academyLevel/show/{id} | Path does not match |
| 20 | admin_academyLevel_edit | /admin/academyLevel/edit/{id} | Path does not match |
| 21 | admin_academyLevel_delete | /admin/academyLevel/delete/{id} | Path does not match |
| 22 | admin_academyLevel_ordering_up | /admin/academyLevel/orderingUp/{id} | Path does not match |
| 23 | admin_academyLevel_ordering_down | /admin/academyLevel/orderingDown/{id} | Path does not match |
| 24 | admin_category_index | /admin/category/list/{page}/{sort}/{dir} | Path does not match |
| 25 | admin_category_new | /admin/category/new | Path does not match |
| 26 | admin_category_details | /admin/category/show/{id} | Path does not match |
| 27 | admin_category_edit | /admin/category/edit/{id} | Path does not match |
| 28 | admin_category_delete | /admin/category/delete/{id} | Path does not match |
| 29 | admin_category_ordering_up | /admin/category/orderingUp/{id} | Path does not match |
| 30 | admin_category_ordering_down | /admin/category/orderingDown/{id} | Path does not match |
| 31 | admin_country_index | /admin/country/list/{page}/{sort}/{dir} | Path does not match |
| 32 | admin_country_new | /admin/country/new | Path does not match |
| 33 | admin_country_details | /admin/country/show/{id} | Path does not match |
| 34 | admin_country_edit | /admin/country/edit/{id} | Path does not match |
| 35 | admin_country_delete | /admin/country/delete/{id} | Path does not match |
| 36 | admin_coupon_index | /admin/coupon/list/{page}/{sort}/{dir} | Path does not match |
| 37 | admin_coupon_new | /admin/coupon/new | Path does not match |
| 38 | admin_coupon_details | /admin/coupon/show/{id} | Path does not match |
| 39 | admin_coupon_edit | /admin/coupon/edit/{id} | Path does not match |
| 40 | admin_coupon_delete | /admin/coupon/delete/{id} | Path does not match |
| 41 | admin_customer_index | /admin/customer/list/{page}/{sort}/{dir} | Path does not match |
| 42 | admin_customer_new | /admin/customer/new | Path does not match |
| 43 | admin_customer_details | /admin/customer/show/{id} | Path does not match |
| 44 | admin_customer_edit | /admin/customer/edit/{id} | Path does not match |
| 45 | admin_customer_delete | /admin/customer/delete/{id} | Path does not match |
| 46 | admin_customerReview_index | /admin/customerReview/list/{page}/{sort}/{dir} | Path does not match |
| 47 | admin_customerReview_details | /admin/customerReview/show/{id} | Path does not match |
| 48 | admin_customerReview_edit | /admin/customerReview/edit/{id} | Path does not match |
| 49 | admin_customerReview_delete | /admin/customerReview/delete/{id} | Path does not match |
| 50 | admin_default | /admin/ | Path does not match |
| 51 | app_admin_login | /admin/login | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.