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

Lumen IOC Dependancy Problem #135

Open
linkthrow opened this issue Oct 14, 2016 · 4 comments · May be fixed by #136
Open

Lumen IOC Dependancy Problem #135

linkthrow opened this issue Oct 14, 2016 · 4 comments · May be fixed by #136

Comments

@linkthrow
Copy link

The constructor for the LaravelFacebookSdk required $url and $config which cannot be resolved

Unresolvable dependency resolving [Parameter #2 [ <required> array $config ]] in class SammyK\\LaravelFacebookSdk\\LaravelFacebookSdk

linkthrow added a commit to linkthrow/LumenFacebookSdk that referenced this issue Oct 14, 2016
@linkthrow linkthrow linked a pull request Oct 14, 2016 that will close this issue
@linkthrow
Copy link
Author

I have fixed it and made a pull request for this
#136

@SammyK
Copy link
Owner

SammyK commented Dec 16, 2016

Hey @linkthrow! I'm not sure why you're getting this error as the dependencies are resolved in the server provider. Are you using the package's service provider?

@SammyK
Copy link
Owner

SammyK commented Dec 16, 2016

Correction: I see what you're saying now. Let me dig into this a bit more.

@SammyK
Copy link
Owner

SammyK commented Dec 16, 2016

Ok - so I still don't know how you're getting this message if you're using the package's service provider. Did you add the provider to your bootstrap/app.php file?

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

Successfully merging a pull request may close this issue.

2 participants