Routing
admin_company_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| _locale | "en" |
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\CompanyCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Matching Logs
Path to match:
/admin/company
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_application_index | /admin/application | Path does not match |
| 2 | admin_application_new | /admin/application/new | Path does not match |
| 3 | admin_application_batch_delete | /admin/application/batch-delete | Path does not match |
| 4 | admin_application_autocomplete | /admin/application/autocomplete | Path does not match |
| 5 | admin_application_render_filters | /admin/application/render-filters | Path does not match |
| 6 | admin_application_edit | /admin/application/{entityId}/edit | Path does not match |
| 7 | admin_application_delete | /admin/application/{entityId}/delete | Path does not match |
| 8 | admin_application_detail | /admin/application/{entityId} | Path does not match |
| 9 | admin_application_products_index | /admin/application-products | Path does not match |
| 10 | admin_application_products_new | /admin/application-products/new | Path does not match |
| 11 | admin_application_products_batch_delete | /admin/application-products/batch-delete | Path does not match |
| 12 | admin_application_products_autocomplete | /admin/application-products/autocomplete | Path does not match |
| 13 | admin_application_products_render_filters | /admin/application-products/render-filters | Path does not match |
| 14 | admin_application_products_edit | /admin/application-products/{entityId}/edit | Path does not match |
| 15 | admin_application_products_delete | /admin/application-products/{entityId}/delete | Path does not match |
| 16 | admin_application_products_detail | /admin/application-products/{entityId} | Path does not match |
| 17 | admin_brand_index | /admin/brand | Path does not match |
| 18 | admin_brand_new | /admin/brand/new | Path does not match |
| 19 | admin_brand_batch_delete | /admin/brand/batch-delete | Path does not match |
| 20 | admin_brand_autocomplete | /admin/brand/autocomplete | Path does not match |
| 21 | admin_brand_render_filters | /admin/brand/render-filters | Path does not match |
| 22 | admin_brand_edit | /admin/brand/{entityId}/edit | Path does not match |
| 23 | admin_brand_delete | /admin/brand/{entityId}/delete | Path does not match |
| 24 | admin_brand_detail | /admin/brand/{entityId} | Path does not match |
| 25 | admin_brand_type_index | /admin/brand-type | Path does not match |
| 26 | admin_brand_type_new | /admin/brand-type/new | Path does not match |
| 27 | admin_brand_type_batch_delete | /admin/brand-type/batch-delete | Path does not match |
| 28 | admin_brand_type_autocomplete | /admin/brand-type/autocomplete | Path does not match |
| 29 | admin_brand_type_render_filters | /admin/brand-type/render-filters | Path does not match |
| 30 | admin_brand_type_edit | /admin/brand-type/{entityId}/edit | Path does not match |
| 31 | admin_brand_type_delete | /admin/brand-type/{entityId}/delete | Path does not match |
| 32 | admin_brand_type_detail | /admin/brand-type/{entityId} | Path does not match |
| 33 | admin_business_type_index | /admin/business-type | Path does not match |
| 34 | admin_business_type_new | /admin/business-type/new | Path does not match |
| 35 | admin_business_type_batch_delete | /admin/business-type/batch-delete | Path does not match |
| 36 | admin_business_type_autocomplete | /admin/business-type/autocomplete | Path does not match |
| 37 | admin_business_type_render_filters | /admin/business-type/render-filters | Path does not match |
| 38 | admin_business_type_edit | /admin/business-type/{entityId}/edit | Path does not match |
| 39 | admin_business_type_delete | /admin/business-type/{entityId}/delete | Path does not match |
| 40 | admin_business_type_detail | /admin/business-type/{entityId} | Path does not match |
| 41 | admin_company_index | /admin/company | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.