Routing
app_homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_dashboard | /admin | Path does not match |
| 2 | admin_categories | /admin/categories | Path does not match |
| 3 | admin_categories_add | /admin/categories/add | Path does not match |
| 4 | admin_categories_edit | /admin/categories/{id}/edit | Path does not match |
| 5 | admin_categories_toggle_status | /admin/categories/{id}/toggle-status | Path does not match |
| 6 | admin_categories_delete | /admin/categories/{id}/delete | Path does not match |
| 7 | admin_categories_get | /admin/categories/{id} | Path does not match |
| 8 | admin_category_types | /admin/category-types | Path does not match |
| 9 | admin_category_types_add | /admin/category-types/add | Path does not match |
| 10 | admin_category_types_edit | /admin/category-types/{id}/edit | Path does not match |
| 11 | admin_category_types_toggle_status | /admin/category-types/{id}/toggle-status | Path does not match |
| 12 | admin_category_types_delete | /admin/category-types/{id}/delete | Path does not match |
| 13 | admin_category_types_get | /admin/category-types/{id} | Path does not match |
| 14 | admin_czlonkowie | /admin/czlonkowie | Path does not match |
| 15 | admin_czlonkowie_add | /admin/czlonkowie/add | Path does not match |
| 16 | admin_czlonkowie_edit | /admin/czlonkowie/{id}/edit | Path does not match |
| 17 | admin_czlonkowie_toggle | /admin/czlonkowie/{id}/toggle-status | Path does not match |
| 18 | admin_czlonkowie_delete | /admin/czlonkowie/{id}/delete | Path does not match |
| 19 | admin_czlonkowie_data | /admin/czlonkowie/{id}/data | Path does not match |
| 20 | admin_czlonkowie_get | /admin/czlonkowie/{id} | Path does not match |
| 21 | app_homepage | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.