Routing
main
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
/login
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | _wdt | /_wdt/{token} | Path does not match |
| 2 | _profiler_home | /_profiler/ | Path does not match |
| 3 | _profiler_search | /_profiler/search | Path does not match |
| 4 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
| 5 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
| 6 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
| 7 | _profiler_open_file | /_profiler/open | Path does not match |
| 8 | _profiler | /_profiler/{token} | Path does not match |
| 9 | _profiler_router | /_profiler/{token}/router | Path does not match |
| 10 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
| 11 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
| 12 | _preview_error | /_error/{code}.{_format} | Path does not match |
| 13 | user_index | /admin/user/ | Path does not match |
| 14 | user_new | /admin/user/new | Path does not match |
| 15 | user_show | /admin/user/{id} | Path does not match |
| 16 | user_edit | /admin/user/{id}/edit | Path does not match |
| 17 | user_delete | /admin/user/{id} | Path does not match |
| 18 | warehouse_index | /admin/warehouse/ | Path does not match |
| 19 | warehouse_new | /admin/warehouse/new | Path does not match |
| 20 | warehouse_show | /admin/warehouse/{id} | Path does not match |
| 21 | warehouse_edit | /admin/warehouse/{id}/edit | Path does not match |
| 22 | warehouse_archive | /admin/warehouse/archive/{id} | Path does not match |
| 23 | app_debug_debug_updateproviderorders | /debug/update-provider-orders | Path does not match |
| 24 | app_debug_debug_listorders | /debug/list-orders | Path does not match |
| 25 | debug | /debug/update-delivery | Path does not match |
| 26 | debug_providers | /debug/provider-order-items | Path does not match |
| 27 | debug_customers | /debug/customer-order-items | Path does not match |
| 28 | form_paper_categories | /form/paper-categories/{provider} | Path does not match |
| 29 | form_customers | /form/customers | Path does not match |
| 30 | barcode_inventory_all | /handler/barcode/inventory/all | Path does not match |
| 31 | barcode_checked | /handler/barcode/all-checked/{id} | Path does not match |
| 32 | in_production_index | /handler/in-production/ | Path does not match |
| 33 | in_production_restock | /handler/in-production/{id}/restock | Path does not match |
| 34 | inventory_index | /handler/inventory/ | Path does not match |
| 35 | inventory_close | /handler/inventory/close | Path does not match |
| 36 | research_index | /handler/research/{id} | Path does not match |
| 37 | restock_index | /handler/restock/ | Path does not match |
| 38 | restock_product_edit | /handler/restock/{id}/edit | Path does not match |
| 39 | restock_product_update_session | /handler/restock/{id}/update-session | Path does not match |
| 40 | restock_cancel | /handler/restock/{id}/cancel | Path does not match |
| 41 | unstock_index | /handler/unstock/ | Path does not match |
| 42 | unstock_production_order | /handler/unstock/production-order | Path does not match |
| 43 | unstock_production_order_delete | /handler/unstock/production-order/delete/{id} | Path does not match |
| 44 | unstock_production_order_item_list | /handler/unstock/production-order-item-list | Path does not match |
| 45 | unstock_production_order_item_add | /handler/unstock/production-order-item-add | Path does not match |
| 46 | unstock_production_order_item_edit | /handler/unstock/production-order-item-edit | Path does not match |
| 47 | unstock_production_order_item_delete | /handler/unstock/production-order-item/delete/{id} | Path does not match |
| 48 | unstock_production_order_confirm | /handler/unstock/production-order/confirm/{id}/{force} | Path does not match |
| 49 | unstock_production_order_confirm_all | /handler/unstock/production-order/confirm-all | Path does not match |
| 50 | 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.