I found a solution to this. The problem was from the MAuthProvider class ....retrieveByCredentials() I forgot to add "id" in the select statement. So it should have been like .... $user = $tmp->select('id', 'name', 'email', 'password', 'remember_token')->first();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community