Routing
(none)
Matched route
Route Matching Logs
Path to match:
/robots.txt
# | 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_xdebug | /_profiler/xdebug | 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 | app_admin_home | /admin/ | Path does not match |
15 | app_admin_login | /admin/login | Path does not match |
16 | app_admin_logout | /admin/logout | Path does not match |
17 | app_admin_brand_home | /admin/brand/ | Path does not match |
18 | app_admin_brand_new | /admin/brand/new | Path does not match |
19 | app_admin_brand_edit | /admin/brand/edit/{id} | Path does not match |
20 | app_admin_brand_products_by_brand | /admin/brand/products/{id} | Path does not match |
21 | app_admin_categorys_home | /admin/categorys/ | Path does not match |
22 | app_admin_categorys_products_by_category | /admin/categorys/products/{id} | Path does not match |
23 | app_admin_categorys_new | /admin/categorys/new | Path does not match |
24 | app_admin_categorys_edit | /admin/categorys/edit/{id} | Path does not match |
25 | app_admin_config | /admin/config | Path does not match |
26 | app_admin_employees_home | /admin/employees/ | Path does not match |
27 | app_admin_employees_new | /admin/employees/new | Path does not match |
28 | app_admin_payout_id | /admin/payout/{id} | Path does not match |
29 | app_payout_generatePdf | /admin/payout/generatePdf/{id} | Path does not match |
30 | app_admin_products_home | /admin/products/ | Path does not match |
31 | app_admin_products_all | /admin/products/all | Path does not match |
32 | app_admin_products_sale | /admin/products/sale | Path does not match |
33 | app_admin_products_search | /admin/products/search | Path does not match |
34 | app_admin_products_new | /admin/products/new | Path does not match |
35 | app_admin_products_find_by_id | /admin/products/find/{id} | Path does not match |
36 | app_admin_products_edit | /admin/products/edit/{id} | Path does not match |
37 | app_admin_products_delete_by_id | /admin/products/delete/{id} | Path does not match |
38 | app_sale_product_id | /admin/sale/{product_id}/ | Path does not match |
39 | app_sale_product_edit_id | /admin/sale/edit/{sale_id}/ | Path does not match |
40 | app_sale_product_delete_id | /admin/sale/delete/{sale_id}/{user_id} | Path does not match |
41 | app_admin_transactions_home | /admin/transactions/{type_date} | Path does not match |
42 | app_admin_transaction_expense | /admin/transactions/create/expense | Path does not match |
43 | app_admin_users_home | /admin/users/ | Path does not match |
44 | app_admin_user_search | /admin/users/search | Path does not match |
45 | app_admin_user_new | /admin/users/new | Path does not match |
46 | app_admin_users_id | /admin/users/find/{id} | Path does not match |
47 | app_admin_users_id_transactions | /admin/users/find/{id}/transactions | Path does not match |
48 | app_admin_user_byid_search | /admin/users/find/{id}/search | Path does not match |
49 | app_employee_login | /employee/login | Path does not match |
50 | app_employee_logout | /employee/logout | Path does not match |
51 | app_employee_home | /employee/ | Path does not match |
52 | app_user | /employee/user/list | Path does not match |
53 | app_page | / | Path does not match |
54 | app_product_new | /admin/product/new | Path does not match |
55 | app_product_id | /product/{id} | Path does not match |
56 | cart_add | /cart/add/{productId}/{quantity}/{BuyId} | Path does not match |
57 | cart_view | /cart/view | Path does not match |
58 | cart_remove | /cart/remove/{productId} | Path does not match |
59 | payment_update_reference | /update/reference/{reference} | Path does not match |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.