I used a fresh Laravel 8.x installation and everything works fine, but as I implemented this to the User model too, the login doesn't work any more. Just tried to create a new user from /register and after registration, normally it redirects to /dashboard as being logged in, but instead redirects to /login and I tried with the credentials I`ve just used for registration, but it fails without any errors.
Is it just because it's Laravel 8.0 and not 7.x ?
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I used a fresh Laravel 8.x installation and everything works fine, but as I implemented this to the User model too, the login doesn't work any more. Just tried to create a new user from /register and after registration, normally it redirects to /dashboard as being logged in, but instead redirects to /login and I tried with the credentials I`ve just used for registration, but it fails without any errors.
Is it just because it's Laravel 8.0 and not 7.x ?