schedula / laravel-passport-socialite

The missing social authentication plugin (i.e. SocialGrant) for laravel passport.
MIT License
50 stars 31 forks source link

Class Socialite not found error #15

Open karthikrajan-t2s opened 4 years ago

karthikrajan-t2s commented 4 years ago

Its showing me "Error." as error description. I tried to catch and print. Its says Class Socialite not found error.

So please fix this in File name : laravel-passport-socialite/src/Bridge/UserSocialRepository.php Line no : 17 Line : use Socialite;

its should be like 'use Laravel\Socialite\Facades\Socialite'. Please fix this asap. I am waiting for this.

anandsiddharth commented 4 years ago

Make sure you have installed Socialite package

karthikrajan-t2s commented 4 years ago

Make sure you have installed Socialite package

Yes I checked. Its there. Anyway its throwing the same. Error will display like "Error.", but when you print it inside that catch statement , it will throw Class not found error.

anandsiddharth commented 4 years ago

Please provide a minimum line of code to understand the issue, (the part where you integrate this package).

Config Alias (app config)