Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
| # | 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_search_results | /_profiler/{token}/search/results | Path does not match |
| 8 | _profiler_open_file | /_profiler/open | Path does not match |
| 9 | _profiler | /_profiler/{token} | Path does not match |
| 10 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 13 | api-item-spec-type | /api/item-spec-types/search | Path does not match |
| 14 | app_settings_index | /app/settings/ | Path does not match |
| 15 | app_settings_edit | /app/settings/{uKey}/edit | Path does not match |
| 16 | app_settings_delete | /app/settings/{uKey} | Path does not match |
| 17 | app_blog_post_index | /blog/post/ | Path does not match |
| 18 | app_blog_post_new | /blog/post/new | Path does not match |
| 19 | app_blog_post_show | /blog/post/{id} | Path does not match |
| 20 | app_blog_post_edit | /blog/post/{id}/edit | Path does not match |
| 21 | app_blog_post_delete | /blog/post/{id} | Path does not match |
| 22 | app_category | /category | Path does not match |
| 23 | tree_view_data | /category/tree/data | Path does not match |
| 24 | app_dashboard | / | Path does not match |
| 25 | app_item_category_index | /item/category/ | Path does not match |
| 26 | app_item_category_new | /item/category/new | Path does not match |
| 27 | app_item_category_edit | /item/category/{id}/edit | Path does not match |
| 28 | app_item_category_delete | /item/category/{id} | Path does not match |
| 29 | app_item_category_edit_sort | /item/category/{id}/sort/{category} | Path does not match |
| 30 | app_item_category_edit_sort_title | /item/category/{id}/sort-title | Path does not match |
| 31 | app_item_index | /item/ | Path does not match |
| 32 | app_item_show | /item/{id} | Path does not match |
| 33 | app_item_edit | /item/{id}/edit | Path does not match |
| 34 | app_item_delete | /item/{id} | Path does not match |
| 35 | app_item_promotion_index | /item-promotion/ | Path does not match |
| 36 | app_item_promotion_new | /item-promotion/new | Path does not match |
| 37 | app_item_promotion_edit | /item-promotion/{id}/edit | Path does not match |
| 38 | app_item_spec_types_index | /item/spec/types/ | Path does not match |
| 39 | app_item_spec_types_new | /item/spec/types/new/{mode} | Path does not match |
| 40 | app_item_spec_types_edit | /item/spec/types/{id}/edit | Path does not match |
| 41 | app_item_spec_types_delete | /item/spec/types/{id} | Path does not match |
| 42 | app_item_spec_xlsx_import | /item/spec/xlsx/import | Path does not match |
| 43 | app_page_index | /page/ | Path does not match |
| 44 | app_page_new | /page/new | Path does not match |
| 45 | app_page_edit | /page/{id}/edit | Path does not match |
| 46 | app_page_delete | /page/{id} | Path does not match |
| 47 | app_page_menu_index | /page-menu/ | Path does not match |
| 48 | app_page_menu_edit | /page-menu/{id}/edit | Path does not match |
| 49 | app_page_slider_index | /page-slider/ | Path does not match |
| 50 | app_page_slider_new | /page-slider/new | Path does not match |
| 51 | app_page_slider_edit | /page-slider/{id}/edit | Path does not match |
| 52 | app_page_slider_delete | /page-slider/{id} | Path does not match |
| 53 | app_promo_pay_transaction_index | /promo/pay/transaction/ | Path does not match |
| 54 | app_promo_pay_transaction_show | /promo/pay/transaction/{id} | Path does not match |
| 55 | app_reported_items_index | /reported/items/ | Path does not match |
| 56 | app_reported_items_show | /reported/items/{id} | Path does not match |
| 57 | app_reported_items_delete | /reported/items/{id} | Path does not match |
| 58 | app_login | /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.