Routing
bo_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/admin/login
# | Route name | Path | Log |
---|---|---|---|
1 | bo_about_us_index | /admin/about-us/ | Path does not match |
2 | bo_about_us_create | /admin/about-us/create | Path does not match |
3 | bo_about_us_edit | /admin/about-us/{id}/edit | Path does not match |
4 | bo_about_us_ready_to_launch_index | /admin/about-us/ready-to-launch/ | Path does not match |
5 | bo_about_us_ready_to_launch_create | /admin/about-us/ready-to-launch/create | Path does not match |
6 | bo_about_us_ready_to_launch_edit | /admin/about-us/ready-to-launch/{id}/edit | Path does not match |
7 | bo_about_us_sponsorship_quote_index | /admin/about-us/sponsorship-quote/ | Path does not match |
8 | bo_about_us_sponsorship_quote_create | /admin/about-us/sponsorship-quote/create | Path does not match |
9 | bo_about_us_sponsorship_quote_edit | /admin/about-us/sponsorship-quote/{id}/edit | Path does not match |
10 | bo_about_us_sponsorship_quote_remove | /admin/about-us/sponsorship-quote/{id}/remove | Path does not match |
11 | bo_about_us_submit_resume_index | /admin/about-us/submit-resume/ | Path does not match |
12 | bo_about_us_submit_resume_create | /admin/about-us/submit-resume/create | Path does not match |
13 | bo_about_us_submit_resume_edit | /admin/about-us/submit-resume/{id}/edit | Path does not match |
14 | bo_team_member_list | /admin/team-member/ | Path does not match |
15 | bo_team_member_create | /admin/team-member/create | Path does not match |
16 | bo_team_member_edit | /admin/team-member/{id}/edit | Path does not match |
17 | bo_team_member_remove | /admin/team-member/{id}/remove | Path does not match |
18 | bo_inquiry_index | /admin/contact-us/inquiry/ | Path does not match |
19 | bo_inquiry_details | /admin/contact-us/inquiry/{id}/details | Path does not match |
20 | bo_contact_us_notifications_index | /admin/contact-us/notifications/ | Path does not match |
21 | bo_ready_to_launch_index | /admin/contact-us/ready-to-launch/ | Path does not match |
22 | bo_ready_to_launch_details | /admin/contact-us/ready-to-launch/{id}/details | Path does not match |
23 | bo_sponsorships_index | /admin/contact-us/sponsorships/ | Path does not match |
24 | bo_sponsorships_details | /admin/contact-us/sponsorships/{id}/details | Path does not match |
25 | bo_submit_resume_index | /admin/contact-us/submit-resume/ | Path does not match |
26 | bo_submit_resume_details | /admin/contact-us/submit-resume/{id}/details | Path does not match |
27 | bo_dashboard | /admin/dashboard | Path does not match |
28 | admin_upload_image_from_editor | /admin/file/upload-image-from-editor | Path does not match |
29 | bo_quote_list | /admin/quote/ | Path does not match |
30 | bo_quote_create | /admin/quote/create | Path does not match |
31 | bo_quote_edit | /admin/quote/{id}/edit | Path does not match |
32 | bo_quote_remove | /admin/quote/{id}/remove | Path does not match |
33 | bo_resource_index | /admin/resource/ | Path does not match |
34 | bo_resource_create | /admin/resource/create | Path does not match |
35 | bo_resource_edit | /admin/resource/{id}/edit | Path does not match |
36 | bo_resource_remove | /admin/resource/{id}/remove | Path does not match |
37 | bo_change_password_enter_email | /admin/change-password/enter-email | Path does not match |
38 | bo_change_password_send_link | /admin/change-password/send-link | Path does not match |
39 | bo_change_password_enter_new_password | /admin/change-password/enter-new-password | Path does not match |
40 | bo_change_password_update | /admin/change-password/update | Path does not match |
41 | bo_change_password_success | /admin/change-password/success/{hash} | Path does not match |
42 | bo_login | /admin/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.