Routing
dashboard
Matched route
Route Parameters
No parameters.
Route Redirection
This page redirects to:
https://staff-musilac-2022.helpers-pro.com/login
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | access_liste | /acces | Path does not match |
2 | access_edit | /acces/edit/{access} | Path does not match |
3 | access_create | /acces/new | Path does not match |
4 | access_delete | /access/delete/{access} | Path does not match |
5 | catering_liste | /catering | Path does not match |
6 | catering_edit | /catering/edit/{catering} | Path does not match |
7 | catering_create | /catering/new | Path does not match |
8 | catering_delete | /catering/delete/{catering} | Path does not match |
9 | event_day_liste | /event_day | Path does not match |
10 | event_day_edit | /event_day/edit/{event_day} | Path does not match |
11 | event_day_create | /event_day/new | Path does not match |
12 | event_day_delete | /event_day/delete/{event_day} | Path does not match |
13 | members | /members/{user} | Path does not match |
14 | members_data | /members/liste-data/{user} | Path does not match |
15 | members_data_json | /members/liste-data-json/{user} | Path does not match |
16 | member_edit | /members/edit/{member} | Path does not match |
17 | member_create | /members/{user}/new | Path does not match |
18 | member_delete | /members/delete/{member} | Path does not match |
19 | member_print | /members/print/{member} | Path does not match |
20 | member_duplicate | /members/duplicate/{member} | Path does not match |
21 | member_selection_print | /members/print-selection/ | Path does not match |
22 | member_selection_delete | /members/delete-selection/ | Path does not match |
23 | user_create | /user/new | Path does not match |
24 | user_edit | /user/{id}/edit | Path does not match |
25 | society_create | /user/new-society | Path does not match |
26 | user_new_password | /user/{id}/new_password | Path does not match |
27 | user_reset_password | /reset-password | Path does not match |
28 | security_login | /login | Path does not match |
29 | security_forget_password | /forget-password | Path does not match |
30 | security_new_registration | /new-registration | Path does not match |
31 | dashboard | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.