Routing
app_homepage
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | admin_forum_statistics | /admin/forum-statistics | Path does not match |
| 2 | admin_recent_logins | /admin/recent-logins | Path does not match |
| 3 | admin_contents_aktualnosci | /admin/contents/aktualnosci | Path does not match |
| 4 | admin_contents_zdjecia | /admin/contents/zdjecia | Path does not match |
| 5 | admin_contents_galerie | /admin/contents/galerie | Path does not match |
| 6 | frontend_aktualnosc_category | /news/{categorySlug}/ | Path does not match |
| 7 | frontend_aktualnosc_view | /news/{categorySlug}/{slug}.html | Path does not match |
| 8 | admin_aktualnosci | /admin/aktualnosci | Path does not match |
| 9 | admin_aktualnosci_add | /admin/aktualnosci/add | Path does not match |
| 10 | admin_aktualnosci_edit | /admin/aktualnosci/{id}/edit | Path does not match |
| 11 | admin_aktualnosci_delete | /admin/aktualnosci/{id}/delete | Path does not match |
| 12 | admin_aktualnosci_get | /admin/aktualnosci/{id} | Path does not match |
| 13 | admin_aktualnosci_visibility | /admin/aktualnosci/{id}/visibility | Path does not match |
| 14 | admin_aktualnosci_files_upload | /admin/aktualnosci/{id}/files/upload | Path does not match |
| 15 | admin_aktualnosci_files_search | /admin/aktualnosci/{id}/files/search | Path does not match |
| 16 | admin_aktualnosci_files_assign | /admin/aktualnosci/{id}/files/assign | Path does not match |
| 17 | admin_aktualnosci_files_list | /admin/aktualnosci/{id}/files/list | Path does not match |
| 18 | admin_aktualnosci_files_remove | /admin/aktualnosci/{id}/files/remove | Path does not match |
| 19 | admin_aktualnosci_galerie_search | /admin/aktualnosci/{id}/galerie/search | Path does not match |
| 20 | admin_aktualnosci_galerie_add | /admin/aktualnosci/{id}/galerie/add | Path does not match |
| 21 | admin_aktualnosci_galerie_list | /admin/aktualnosci/{id}/galerie/list | Path does not match |
| 22 | admin_aktualnosci_galerie_remove | /admin/aktualnosci/{id}/galerie/remove | Path does not match |
| 23 | api_rest_messages_list_unsend | /api/rest/messages/listUnsend | Path does not match |
| 24 | api_rest_messages_send | /api/rest/messages/send | Path does not match |
| 25 | admin_categories | /admin/categories | Path does not match |
| 26 | admin_categories_add | /admin/categories/add | Path does not match |
| 27 | admin_categories_edit | /admin/categories/{id}/edit | Path does not match |
| 28 | admin_categories_toggle_status | /admin/categories/{id}/toggle-status | Path does not match |
| 29 | admin_categories_delete | /admin/categories/{id}/delete | Path does not match |
| 30 | admin_categories_get | /admin/categories/{id} | Path does not match |
| 31 | admin_category_types | /admin/category-types | Path does not match |
| 32 | admin_category_types_add | /admin/category-types/add | Path does not match |
| 33 | admin_category_types_edit | /admin/category-types/{id}/edit | Path does not match |
| 34 | admin_category_types_toggle_status | /admin/category-types/{id}/toggle-status | Path does not match |
| 35 | admin_category_types_delete | /admin/category-types/{id}/delete | Path does not match |
| 36 | admin_category_types_get | /admin/category-types/{id} | Path does not match |
| 37 | admin_conferences | /admin/conferences | Path does not match |
| 38 | admin_conferences_add | /admin/conferences/add | Path does not match |
| 39 | admin_conferences_edit | /admin/conferences/{id}/edit | Path does not match |
| 40 | admin_conferences_jitsi_config_new | /admin/conferences/jitsi-config/new | Path does not match |
| 41 | admin_conferences_jitsi_config_show | /admin/conferences/jitsi-config/{id} | Path does not match |
| 42 | admin_conferences_jitsi_config_edit | /admin/conferences/jitsi-config/{id}/edit | Path does not match |
| 43 | frontend_czlonek_list | /podmioty/{page} | Path does not match |
| 44 | frontend_czlonek_view | /podmiot/{czlonekSlug}.html | Path does not match |
| 45 | frontend_czlonek_view_paged | /podmiot/{czlonekSlug}/strona/{page}.html | Path does not match |
| 46 | admin_czlonkowie | /admin/czlonkowie | Path does not match |
| 47 | admin_czlonkowie_add | /admin/czlonkowie/add | Path does not match |
| 48 | admin_czlonkowie_edit | /admin/czlonkowie/{id}/edit | Path does not match |
| 49 | admin_czlonkowie_toggle | /admin/czlonkowie/{id}/toggle-status | Path does not match |
| 50 | admin_czlonkowie_delete | /admin/czlonkowie/{id}/delete | Path does not match |
| 51 | admin_czlonkowie_data | /admin/czlonkowie/{id}/data | Path does not match |
| 52 | admin_czlonkowie_get | /admin/czlonkowie/{id} | Path does not match |
| 53 | admin_czlonkowie_users_for_member | /admin/czlonkowie/{id}/users | Path does not match |
| 54 | admin_czlonkowie_unassign_user | /admin/czlonkowie/{id}/unassign-user | Path does not match |
| 55 | admin_czlonkowie_assign_user | /admin/czlonkowie/{id}/assign-user | Path does not match |
| 56 | admin_czlonkowie_create_user | /admin/czlonkowie/{id}/create-user | Path does not match |
| 57 | admin_czlonkowie_users_list | /admin/czlonkowie/users/list | Path does not match |
| 58 | admin_czlonkowie_regenerate_slug | /admin/czlonkowie/{id}/regenerate-slug | Path does not match |
| 59 | admin_czlonkowie_update_location | /admin/czlonkowie/{id}/update-location | Path does not match |
| 60 | admin_dashboard | /admin | Path does not match |
| 61 | 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.