运行 "Socialite::create('wechat')->userFromCode($code);" 报错 ""errcode":41002,"errmsg":"appid missing"







关于 LearnKu
找到包的位置 ServiceProvider.php 文件中写着
如果配置文件在 config/services.php 中,则需要把配置文件再放 ‘socialite’ 下即可。
我到这一步已经能获取了。