Routing
app_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/login
# | Route name | Path | Log |
---|---|---|---|
1 | cms_copy_index | /cmscopy/index | Path does not match |
2 | cms_copy_new | /cmscopy/new | Path does not match |
3 | cms_copy_show | /cmscopy/show/{id} | Path does not match |
4 | cms_copy_edit | /cmscopy/edit/{id} | Path does not match |
5 | cms_copy_copy_and_edit | /cmscopy/copy_and_edit/{id} | Path does not match |
6 | cms_copy_delete | /cmscopy/delete/{id} | Path does not match |
7 | cms_copy_show_attachment | /cmscopy/show_attachment/{id} | Path does not match |
8 | cms_copy_delete_file | /cmscopy/cms_copy_delete_file/{id} | Path does not match |
9 | cms_copy_delete_all_files | /cmscopy/cms_copy_delete/all_files | Path does not match |
10 | cms_photo_index | /cmsphoto/index | Path does not match |
11 | cms_photo_new | /cmsphoto/new | Path does not match |
12 | cms_photo_show | /cmsphoto/show/{id} | Path does not match |
13 | cms_photo_edit | /cmsphoto/edit/{id} | Path does not match |
14 | cms_photo_delete | /cmsphoto/delete/{id} | Path does not match |
15 | cms_photo_file_delete | /cmsphoto/delete_photo_file/{id} | Path does not match |
16 | cms_photo_view | /cmsphoto/view_photo/{id} | Path does not match |
17 | cms_photos_delete_all_files | /cmsphoto/cms_photos_delete_all_files | Path does not match |
18 | company_details_index | /company_details/index | Path does not match |
19 | company_details_new | /company_details/new | Path does not match |
20 | company_details_show | /company_details/show/{id} | Path does not match |
21 | company_details_edit | /company_details/edit/{id} | Path does not match |
22 | company_details_delete | /company_details/delete/{id} | Path does not match |
23 | company_details_map_gps | /company_details/map_gps | Path does not match |
24 | company_details_delete_favicon | /company_details/delete_favicon/{live_or_dev}/{id} | Path does not match |
25 | company_details_delete_qr_code | /company_details/delete_qr_code/{id} | Path does not match |
26 | export_live_database | /company_details/export/live/database | Path does not match |
27 | emails_import_index | /emails/import/index | Path does not match |
28 | emails_import_new | /emails/import/new | Path does not match |
29 | emails_import_show | /emails/import/show/{id} | Path does not match |
30 | emails_import_edit | /emails/import/edit/{id} | Path does not match |
31 | emails_import_delete | /emails/import/delete/{id} | Path does not match |
32 | app_home | / | Path does not match |
33 | /backdoor | /backdoor | Path does not match |
34 | dashboard | /dashboard | Path does not match |
35 | advanced_dashboard | /advanced_dashboard | Path does not match |
36 | product_display | /interests/{product} | Path does not match |
37 | office_address | /office_address | Path does not match |
38 | gps_location | /gps_location | Path does not match |
39 | attachments_viewfile | /view/file/{filetype}/{id} | Path does not match |
40 | create_vcard_company | /create/VcardUser/company | Path does not match |
41 | instructions_index | /instructions/index | Path does not match |
42 | instructions_new | /instructions/new | Path does not match |
43 | instructions_show | /instructions/show/{id} | Path does not match |
44 | instructions_edit | /instructions/edit/{id} | Path does not match |
45 | instructions_delete | /instructions/delete/{id} | Path does not match |
46 | languages_index | /languages/index | Path does not match |
47 | languages_new | /languages/new | Path does not match |
48 | languages_show | /languages/show/{id} | Path does not match |
49 | languages_edit | /languages/edit/{id} | Path does not match |
50 | languages_delete | /languages/delete/{id} | Path does not match |
51 | language_icon_delete | /languages/delete_language_icon/{id} | Path does not match |
52 | select_default_language | /languages/set/default/language/{id} | Path does not match |
53 | log_index | /admin/log/ | Path does not match |
54 | log_new | /admin/log/new | Path does not match |
55 | log_show | /admin/log/show/{id} | Path does not match |
56 | log_edit | /admin/log/edit/{id} | Path does not match |
57 | log_delete | /admin/log/delete/{id} | Path does not match |
58 | product_index | /product/index | Path does not match |
59 | product_new | /product/new | Path does not match |
60 | product_show | /product/show/{id} | Path does not match |
61 | product_edit | /product/edit/{id} | Path does not match |
62 | product_delete | /product/delete/{id} | Path does not match |
63 | app_register | /register | Path does not match |
64 | app_register_verify_email | /verify/email/{id} | Path does not match |
65 | app_forgot_password_request | /reset-password | Path does not match |
66 | app_check_email | /reset-password/check-email | Path does not match |
67 | app_reset_password | /reset-password/reset/{token} | Path does not match |
68 | app_login | /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.