Does your User model implement the Authenticatable contract and use the trait?
use Illuminate\Auth\Authenticatable;
use Illuminate\Contracts\Auth\Authenticatable as AuthenticatableContract;
...
...implements AuthenticatableContract
...use Authenticatable...
That fixed it. Thanks :)
I still don't understand the mind of Otwell, but I generally manage to get past the various confusing/idiosyncratic aspects of Lumen/Laravel within a few hours of bashing my head against the wall.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community