Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/
# | Route name | Path | Log |
---|---|---|---|
1 | _preview_error | /_error/{code}.{_format} | Path does not match |
2 | _wdt | /_wdt/{token} | Path does not match |
3 | _profiler_home | /_profiler/ | Path does not match |
4 | _profiler_search | /_profiler/search | Path does not match |
5 | _profiler_search_bar | /_profiler/search_bar | Path does not match |
6 | _profiler_phpinfo | /_profiler/phpinfo | Path does not match |
7 | _profiler_search_results | /_profiler/{token}/search/results | Path does not match |
8 | _profiler_open_file | /_profiler/open | Path does not match |
9 | _profiler | /_profiler/{token} | Path does not match |
10 | _profiler_router | /_profiler/{token}/router | Path does not match |
11 | _profiler_exception | /_profiler/{token}/exception | Path does not match |
12 | _profiler_exception_css | /_profiler/{token}/exception.css | Path does not match |
13 | api_request_reset_password | /api/request-reset-password | Path does not match |
14 | api_reset_password | /api/reset-password | Path does not match |
15 | api_change_password | /api/change-password | Path does not match |
16 | payment | /payment | Path does not match |
17 | verify_payment | /verify-payment | Path does not match |
18 | stripe_session | /stripe/session | Path does not match |
19 | app_api_progress | /api/progress/{videoId} | Path does not match |
20 | app_api_result | /api/homework/result/{videoId} | Path does not match |
21 | app_api_get_mcq_progress | /api/homework/get-progress/{videoId} | Path does not match |
22 | app_api_save_mcq_progress | /api/homework/save-progress/{videoId} | Path does not match |
23 | user_get_progress_report | /api/user/progress/report/{slug} | Path does not match |
24 | subscriptions | /api/subscriptions | Path does not match |
25 | invoice | /api/user/invoice | Path does not match |
26 | user_course_content | /api/user/course/{slug} | Path does not match |
27 | api_request_enquiries | /user-enquiries | Path does not match |
28 | api_get_videos_all_category | /api/course/category | Path does not match |
29 | api_get_videos_by_category | /api/videos/{slug} | Path does not match |
30 | api_video_course_list | /v1/videocourse/list | Path does not match |
31 | api_video_course | /v1/videocourse/{slug} | Path does not match |
32 | app_auth | /auth | Path does not match |
33 | app_current_user | /api/currentuser | Path does not match |
34 | api_login_check | /api/login_check | Path does not match |
35 | api_register | /api/register | Path does not match |
36 | category_index | /admin/category/ | Path does not match |
37 | category_new | /admin/category/new | Path does not match |
38 | category_show | /admin/category/{id} | Path does not match |
39 | category_edit | /admin/category/{id}/edit | Path does not match |
40 | category_delete | /admin/category/{id}/delete | Path does not match |
41 | app_dashboard | /admin/dashboard | Path does not match |
42 | homework_create | /admin/homework/{videoId}/create | Path does not match |
43 | homework_edit | /admin/homework/{id}/edit | Path does not match |
44 | homework_question_delete | /admin/homework/{homeworkId}/delete/question/{id} | Path does not match |
45 | app_questions | /admin/questions | Path does not match |
46 | question_create | /admin/question/{homeworkId}/create | Path does not match |
47 | question_edit | /admin/question/{id}/edit | Path does not match |
48 | app_forgot_password_request | /reset-password | Path does not match |
49 | app_check_email | /reset-password/check-email | Path does not match |
50 | app_reset_password | /reset-password/reset/{token} | Path does not match |
51 | app_login | / | Route matches! |
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.