Routing
login
Matched route
Route Parameters
No parameters.
Route Matching Logs
Path to match:
/user/login
| # | Route name | Path | Log |
|---|---|---|---|
| 1 | create_category_admin | /admin/crear-grupo | Path does not match |
| 2 | edit_category_admin | /admin/editar-grupo | Path does not match |
| 3 | store_category_admin | /admin/guardar-grupo | Path does not match |
| 4 | update_category_admin | /admin/actualizar-grupo | Path does not match |
| 5 | admin | /admin | Path does not match |
| 6 | admin_importar_usuarios | /admin/importar-usuarios | Path does not match |
| 7 | create_tag_admin | /admin/crear-tag | Path does not match |
| 8 | edit_tag_admin | /admin/editar-tag | Path does not match |
| 9 | store_tag_admin | /admin/guardar-tag | Path does not match |
| 10 | update_tag_admin | /admin/actualizar-tag | Path does not match |
| 11 | admin_administrar_usuario | /admin/administrar-usuario | Path does not match |
| 12 | update_user_admin | /update-user-admin | Path does not match |
| 13 | api_sign_in_create | /api/sign-in | Path does not match |
| 14 | api_profile_pictures_create | /api/profile_pictures | Path does not match |
| 15 | api_media_delete | /api/media/{id} | Path does not match |
| 16 | dashboard | /dashboard | Path does not match |
| 17 | forgot_password_show | /user/recover/password | Path does not match |
| 18 | forgot_password | /forgot_password | Path does not match |
| 19 | new_password_show | /user/change/password | Path does not match |
| 20 | set_new_password | /set_new_password | Path does not match |
| 21 | login | /user/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.