-
Notifications
You must be signed in to change notification settings - Fork 26
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 'LinkedIn' not found #8
Comments
Seems like the facade is not registered properly. Can you please follow the steps one more time and test? |
I tried it again, same thing. Also, when attempting to generate the config: It returns: if it helps, the version composer seemed to install is: My laravel version: PHP: |
The provider is registered correctly? I will update this package for laravel 5.3 and add more detailed tests to it. Thanks for your report |
I had also faced this issue with another package, I think this issue is not related to package. Try following:
and then retry to publish vendor. |
using laravel 5.2, followed the guide, copied and pasted in the provider, alias and example code.
it looks like the vendor path doesnt match the paths that I'm putting in app.php though
I installed via composer, but it seems to be in: vendor/artesoas/laravel-linkedin/src (then the proper path)
I set the real path, still cant find the class.
I also cleared the cache, unsure what to do.
The text was updated successfully, but these errors were encountered: