At your User class, do you have email field on:
protected $fillable = [
'name', 'email', 'avatar',
];
Hi all,
Any help would be much appreciated please!
I am using Laravel 5.4 and the latest Socialite, yet I am receiving a fatal error when trying to login with Facebook.
Everything seems to work, except the email address of the user is not returned by Facebook, so I'm getting a MySQL error as column 'email' cannot be null.
Any ideas why please?
Please or to participate in this conversation.