Posts by Carlos Eduardo • 11 points
1 post
-
0
votes2
answers718
viewsA: User does not authenticate Auth
I went through a problem like this using Laravel 8, I decided to put in the model User a protected variable of name $primaryKey with the name value equal to the table’s primary key User. Ex:…