Routing
app_coure_detail
Matched route
Route Parameters
Name | Value |
---|---|
id | "2" |
name | "robotyka" |
Route Matching Logs
Path to match:
/kurs/2/robotyka
# | Route name | Path | Log |
---|---|---|---|
1 | aws_workmail | /aws/workmail | Path does not match |
2 | admin_dashboard | /admin | Path does not match |
3 | area_list | /admin/area/list | Path does not match |
4 | area_edit | /admin/area/edit/{id} | Path does not match |
5 | area_create | /admin/area/create | Path does not match |
6 | group_list | /admin/group/list | Path does not match |
7 | group_edit | /admin/group/edit/{id} | Path does not match |
8 | group_create | /admin/group/create | Path does not match |
9 | group_delete | /admin/group/delete/{id} | Path does not match |
10 | admin_import | /admin/import | Path does not match |
11 | processing_imported_file | /admin/import/processing | Path does not match |
12 | parent_list | /admin/parent/list | Path does not match |
13 | parent_edit | /admin/parent/edit/{id} | Path does not match |
14 | parent_create | /admin/parent/create | Path does not match |
15 | parent_delete | /admin/parent/delete/{id} | Path does not match |
16 | payment_list | /admin/payment/list | Path does not match |
17 | payment_update_schedule | /admin/payment/update_schedule | Path does not match |
18 | school_list | /admin/school/list | Path does not match |
19 | school_edit | /admin/school/edit/{id} | Path does not match |
20 | school_create | /admin/school/create | Path does not match |
21 | school_delete | /admin/school/delete/{id} | Path does not match |
22 | student_list | /admin/student/list | Path does not match |
23 | student_create | /admin/student/create | Path does not match |
24 | student_show | /admin/student/show/{id} | Path does not match |
25 | student_edit | /admin/student/edit/{id} | Path does not match |
26 | get_school_by_area | /admin/student/get-schools-by-area | Path does not match |
27 | get_groups_by_school | /admin/student/get-groups-by-school | Path does not match |
28 | set_student_to_group | /admin/student/set-student-to-group | Path does not match |
29 | student_delete | /admin/student/delete/{id} | Path does not match |
30 | update_student_presence | /admin/student/present | Path does not match |
31 | teacher_list | /admin/teacher/list | Path does not match |
32 | teacher_edit | /admin/teacher/edit/{id} | Path does not match |
33 | teacher_create | /admin/teacher/create | Path does not match |
34 | teacher_delete | /admin/teacher/delete/{id} | Path does not match |
35 | app_coure_detail | /kurs/{id}/{name} | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.