GET https:///admin/order

Routing

admin_order_index Matched route

Route Parameters

Name Value
crudAction
"index"
crudControllerFqcn
"App\Order\Interface\Http\Admin\OrderCrudController"
dashboardControllerFqcn
"App\Shared\Interface\Http\Admin\DashboardController"
routeCreatedByEasyAdmin
true

Route Redirection

This page redirects to:

/login

Route Matching Logs

Path to match: /admin/order
# Route name Path Log
1 admin /admin Path does not match
2 admin_laundry_item_index /admin/laundry-item Path does not match
3 admin_laundry_item_new /admin/laundry-item/new Path does not match
4 admin_laundry_item_batch_delete /admin/laundry-item/batch-delete Path does not match
5 admin_laundry_item_autocomplete /admin/laundry-item/autocomplete Path does not match
6 admin_laundry_item_render_filters /admin/laundry-item/render-filters Path does not match
7 admin_laundry_item_edit /admin/laundry-item/{entityId}/edit Path does not match
8 admin_laundry_item_delete /admin/laundry-item/{entityId}/delete Path does not match
9 admin_laundry_item_archive /admin/laundry-item/{entityId}/archive Path does not match
10 admin_laundry_item_restore /admin/laundry-item/{entityId}/restore Path does not match
11 admin_laundry_item_detail /admin/laundry-item/{entityId} Path does not match
12 admin_service_type_index /admin/service-type Path does not match
13 admin_service_type_new /admin/service-type/new Path does not match
14 admin_service_type_batch_delete /admin/service-type/batch-delete Path does not match
15 admin_service_type_autocomplete /admin/service-type/autocomplete Path does not match
16 admin_service_type_render_filters /admin/service-type/render-filters Path does not match
17 admin_service_type_edit /admin/service-type/{entityId}/edit Path does not match
18 admin_service_type_delete /admin/service-type/{entityId}/delete Path does not match
19 admin_service_type_archive /admin/service-type/{entityId}/archive Path does not match
20 admin_service_type_restore /admin/service-type/{entityId}/restore Path does not match
21 admin_service_type_detail /admin/service-type/{entityId} Path does not match
22 admin_customer_index /admin/customer Path does not match
23 admin_customer_new /admin/customer/new Path does not match
24 admin_customer_batch_delete /admin/customer/batch-delete Path does not match
25 admin_customer_autocomplete /admin/customer/autocomplete Path does not match
26 admin_customer_render_filters /admin/customer/render-filters Path does not match
27 admin_customer_edit /admin/customer/{entityId}/edit Path does not match
28 admin_customer_delete /admin/customer/{entityId}/delete Path does not match
29 admin_customer_archive /admin/customer/{entityId}/archive Path does not match
30 admin_customer_restore /admin/customer/{entityId}/restore Path does not match
31 admin_customer_detail /admin/customer/{entityId} Path does not match
32 admin_customer_unit_index /admin/customer-unit Path does not match
33 admin_customer_unit_new /admin/customer-unit/new Path does not match
34 admin_customer_unit_batch_delete /admin/customer-unit/batch-delete Path does not match
35 admin_customer_unit_autocomplete /admin/customer-unit/autocomplete Path does not match
36 admin_customer_unit_render_filters /admin/customer-unit/render-filters Path does not match
37 admin_customer_unit_edit /admin/customer-unit/{entityId}/edit Path does not match
38 admin_customer_unit_delete /admin/customer-unit/{entityId}/delete Path does not match
39 admin_customer_unit_archive /admin/customer-unit/{entityId}/archive Path does not match
40 admin_customer_unit_restore /admin/customer-unit/{entityId}/restore Path does not match
41 admin_customer_unit_detail /admin/customer-unit/{entityId} Path does not match
42 admin_invoice_index /admin/invoice Path does not match
43 admin_invoice_new /admin/invoice/new Path does not match
44 admin_invoice_batch_delete /admin/invoice/batch-delete Path does not match
45 admin_invoice_autocomplete /admin/invoice/autocomplete Path does not match
46 admin_invoice_render_filters /admin/invoice/render-filters Path does not match
47 admin_invoice_edit /admin/invoice/{entityId}/edit Path does not match
48 admin_invoice_delete /admin/invoice/{entityId}/delete Path does not match
49 admin_invoice_detail /admin/invoice/{entityId} Path does not match
50 admin_order_index /admin/order Route matches!

Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.