Routing
shop_owner_login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/website-owner/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | app_admin_dashboard | /admin/dashboard | Path does not match |
| 2 | app_shop_admin_plan_feature_index | /website-owner/admin/plan/features/ | Path does not match |
| 3 | app_shop_admin_plan_feature_new | /website-owner/admin/plan/features/new | Path does not match |
| 4 | app_shop_admin_plan_feature_edit | /website-owner/admin/plan/features/edit/{id} | Path does not match |
| 5 | app_shop_admin_plan_feature_delete | /website-owner/admin/plan/features/delete/{id} | Path does not match |
| 6 | app_shop_admin_plan_plan_index | /website-owner/admin/plan/plan/ | Path does not match |
| 7 | app_shop_admin_plan_plan_new | /website-owner/admin/plan/plan/new | Path does not match |
| 8 | app_shop_admin_plan_plan_edit | /website-owner/admin/plan/plan/edit/{id} | Path does not match |
| 9 | app_shop_admin_plan_plan_delete | /website-owner/admin/plan/plan/delete/{id} | Path does not match |
| 10 | app_auth_change_password | /auth/change/password | Path does not match |
| 11 | app_base_site_auth_profile | /panel/profile | Path does not match |
| 12 | base_site_enter_phone | /website-owner/enter-phone | Path does not match |
| 13 | base_site_otp_verify | /website-owner/verify-otp | Path does not match |
| 14 | base_site_resend_otp_verify | /website-owner/resend-verify-otp | Path does not match |
| 15 | app_register | /register | Path does not match |
| 16 | app_verify_email | /verify/email | Path does not match |
| 17 | shop_owner_login | /website-owner/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.