Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | _wdt_stylesheet | /_wdt/styles.css | 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_font | /_profiler/font/{fontName}.woff2 | Path does not match |
9 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
10 | _profiler_open_file | /_profiler/open | Path does not match |
11 | _profiler | /_profiler/{token} | Path does not match |
12 | _profiler_router | /_profiler/{token}/router | Path does not match |
13 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
14 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
15 | category.list | /category | Path does not match |
16 | category.add | /category/add | Path does not match |
17 | category.edit | /category/edit/{id} | Path does not match |
18 | customer_notif.list | /customer_notif | Path does not match |
19 | datev | /datev | Path does not match |
20 | dropshipping | /dropshipping | Path does not match |
21 | dropshipping.order | /dropshipping/order | Path does not match |
22 | dropshipping.importCsv | /dropshipping/importCsv | Path does not match |
23 | dropshipping.editReplacements | /dropshipping/editReplacements | Path does not match |
24 | elastic | /elastic | Path does not match |
25 | elastic_digital | /elastic/digital | Path does not match |
26 | feature.list | /feature | Path does not match |
27 | feature.edit | /feature/edit/{id} | Path does not match |
28 | feature.add | /feature/add | Path does not match |
29 | frontadmin | /frontadmin | Path does not match |
30 | landing | /landing | Path does not match |
31 | landing.add | /landing/add | Path does not match |
32 | landing.edit | /landing/edit/{id} | Path does not match |
33 | landing.delete | /landing/delete/{id} | Path does not match |
34 | option.list | /option | Path does not match |
35 | option.add | /option/add | Path does not match |
36 | option.edit | /option/edit/{id} | Path does not match |
37 | picklist | /picklist | Path does not match |
38 | printlist | /printlist | Path does not match |
39 | printlist.rolls | /printlist/rolls | Path does not match |
40 | printlist.history | /printlist/history | Path does not match |
41 | printlist_csv | /printlist_csv | Path does not match |
42 | product.list | /product | Path does not match |
43 | product.productBatchEdit | /productBatchEdit | Path does not match |
44 | product.productBatchEditSave | /productBatchEditSave | Path does not match |
45 | product.edit | /product/edit/{id} | Path does not match |
46 | product.add | /product/add | Path does not match |
47 | product.copy | /product/copy/{id} | Path does not match |
48 | product.delete | /product/delete/{id} | Path does not match |
49 | product_files | /product/files | Path does not match |
50 | product_imagePositionFix | /product/imagePositionFix | Path does not match |
51 | stockProduct.list | /stock/product | Path does not match |
52 | stockProduct.qr_code | /stock/qr_code/{id} | Path does not match |
53 | stockProduct.barcode | /stock/barcode/{id} | Path does not match |
54 | stockProduct.emailNotif | /stock/emailNotif/{id} | Path does not match |
55 | stock.labelPrint | /stock/labelPrint | Path does not match |
56 | stock_status.list | /stock_status | Path does not match |
57 | stock_status.add | /stock_status/add | Path does not match |
58 | stock_status.edit | /stock_status/edit/{id} | Path does not match |
59 | stockout.list | /stockout | Path does not match |
60 | stockout.setToPutOut | /stockout/setToPutOut | Path does not match |
61 | stockout.setLabelPrintedAtAdmin | /stockout/setLabelPrintedAtAdmin | Path does not match |
62 | admin | /admin | Path does not match |
63 | product.listing | / | Path does not match |
64 | 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.