Weird issue with Socialite: Undefined property: Laravel\Socialite\SocialiteManager::$container #33086
-
I am using Socialite (4.4) for social login in my app. And i get this error from inside the
At I tried to set the Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This is apparently because of laravel/socialite#438. Socialite 4.x still supports Laravel 5.7 & 5.8 which don't have the container property on that class. We'll have to revert the changes. I'll take care of that today. |
Beta Was this translation helpful? Give feedback.
This is apparently because of laravel/socialite#438. Socialite 4.x still supports Laravel 5.7 & 5.8 which don't have the container property on that class. We'll have to revert the changes. I'll take care of that today.