laravel 5.6接入微信第三方授权登陆的主要步骤

https://yq.aliyun.com/articles/590435

摘要: 这方面,php已很成熟了, 综合下面这个链接,基本上调试一下就可以搞定了。

这方面,php已很成熟了,

综合下面这个链接,基本上调试一下就可以搞定了。

https://www.jianshu.com/p/9be317865c9e

https://blog.csdn.net/qq_33808550/article/details/53536759

https://blog.csdn.net/qq_15283821/article/details/52983886

http://www.cnblogs.com/lyzg/p/6159617.html

https://blog.csdn.net/qq_36038682/article/details/52572285

http://www.jishu520.cn/detail/42.html

http://www.luodingzi.com/category/laravel/

https://blog.csdn.net/qq_33808550/article/details/53536759

http://laravelacademy.org/post/1321.html

https://segmentfault.com/a/1190000006185390

其中主要的难处,还是对于版本的要求。(当然,只要socialiteproviders/weixin:v4.0.2这个到位,其它两个组件自然安装到位的)

还有,作成认证的服务号,才有可能进一步往下走。(公众号不支持)

composer require laravel/socialite:v3.0.9

composer require socialiteproviders/manager:v3.3.1

composer require socialiteproviders/weixin:v4.0.2


原文地址:https://www.cnblogs.com/lxwphp/p/9406064.html