-
-
Notifications
You must be signed in to change notification settings - Fork 504
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
Config is not loaded by default #29
Comments
Merged
@pallmallshow Hi, did you forget add the follow line to the Overtrue\LaravelWechat\ServiceProvider::class, |
Hi @overtrue |
@pallmallshow OK,I got it. |
@pallmallshow plz upgrade to version 3.0.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to seta OAuth with WeChat on my app.
It seems the config file was not loaded, let see :
In the OAuthAuthenticate middleware, in the handle() function, you create a new $wechat like this :
But this error was thrown :
If I set the default param to empty array, and load the config file after like this :
It works well.
PR was made : #30
The text was updated successfully, but these errors were encountered: