Found !
In my Model :
public function getAuthPassword() {
return $this->password();
}
Must be :
public function getAuthPassword() {
return $this->password;
}
Stupid !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community