Try following laravel naming conventions. User class uses users table. Don't start mixing if you are not working with an existing database.
LaurentMeganck said:
Try following laravel naming conventions. User class uses users table. Don't start mixing if you are not working with an existing database.
That didn't work. Steps to reproduce.
solution was in the auth controller - on the email field there was a unique:users attribute and I changed it to the correct table name
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community