Support the ongoing development of Laravel.io →
Configuration Input Eloquent
Last updated 1 year ago.
0

Check your User model to see if it implements UserInterface. If not you need to add that.

Here is the Laravel default. Any model that is used for the Auth driver needs to implement UserInterface. If you want to use Laravel's password reminder system it also needs to implement RemindableInterface.

class User extends Eloquent implements UserInterface, RemindableInterface {
Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.