Routing
admin_bareme_index
Matched route
Route Parameters
| Name | Value |
|---|---|
| crudAction | "index" |
| crudControllerFqcn | "App\Controller\Admin\BaremeCrudController" |
| dashboardControllerFqcn | "App\Controller\Admin\DashboardController" |
| routeCreatedByEasyAdmin | true |
Route Redirection
This page redirects to:
https://trouvascan.swack.fr/login
Route Matching Logs
Path to match:
/admin/bareme
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin | /admin | Path does not match |
| 2 | admin_abaque_index | /admin/abaque | Path does not match |
| 3 | admin_abaque_new | /admin/abaque/new | Path does not match |
| 4 | admin_abaque_batch_delete | /admin/abaque/batch-delete | Path does not match |
| 5 | admin_abaque_autocomplete | /admin/abaque/autocomplete | Path does not match |
| 6 | admin_abaque_render_filters | /admin/abaque/render-filters | Path does not match |
| 7 | admin_abaque_edit | /admin/abaque/{entityId}/edit | Path does not match |
| 8 | admin_abaque_delete | /admin/abaque/{entityId}/delete | Path does not match |
| 9 | admin_abaque_detail | /admin/abaque/{entityId} | Path does not match |
| 10 | admin_bareme_index | /admin/bareme | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.