Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class Socialite not found error #15

Open
karthikrajan-t2s opened this issue Jan 22, 2020 · 3 comments
Open

Class Socialite not found error #15

karthikrajan-t2s opened this issue Jan 22, 2020 · 3 comments

Comments

@karthikrajan-t2s
Copy link

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.

@karthikrajan-t2s karthikrajan-t2s changed the title Class SocialLite not found error Class Socialite not found error Jan 22, 2020
@anandsiddharth
Copy link
Collaborator

Make sure you have installed Socialite package

@karthikrajan-t2s
Copy link
Author

karthikrajan-t2s commented Jan 23, 2020

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
Copy link
Collaborator

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

Config
Alias (app config)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants