It's possible for Google's API response to exclude the 'name' key and others in its JSON payload.
see the laravel/socalite provider: https://github.com/laravel/socialite/blob/5.x/src/Two/GoogleProvider.php#L94
see also: laravel/socialite@81b871d
we're using socaliteproviders/google 4.1.0, and hitting Undefined array key "name" exceptions when calling Socialite::driver('google')->user();
It's possible for Google's API response to exclude the 'name' key and others in its JSON payload.
see the laravel/socalite provider: https://github.com/laravel/socialite/blob/5.x/src/Two/GoogleProvider.php#L94
see also: laravel/socialite@81b871d
we're using socaliteproviders/google 4.1.0, and hitting
Undefined array key "name"exceptions when callingSocialite::driver('google')->user();