Download the PHP package buerxiaojie/laravel-oauth without Composer
On this page you can find all versions of the php package buerxiaojie/laravel-oauth. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download buerxiaojie/laravel-oauth
More information about buerxiaojie/laravel-oauth
Files in buerxiaojie/laravel-oauth
Download buerxiaojie/laravel-oauth
More information about buerxiaojie/laravel-oauth
Files in buerxiaojie/laravel-oauth
Vendor buerxiaojie
Package laravel-oauth
Short Description oauth for laravel. for example, QQ, wechat, github..
License MIT
Package laravel-oauth
Short Description oauth for laravel. for example, QQ, wechat, github..
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-oauth
oauth for laravel
(一)安装
1. 安装:
2. 注册:
在 config/app.php
文件的 providers
数组中加入:
在 config/app.php
文件的 aliases
数组中加入:
在 app/Providers/AuthServiceProvider.php
文件的 boot
方法中加入:
3. 生成配置文件:
(二)配置
在 config/oauth.php
文件中配置以下:
(三)使用
1. 在QQ ,微信等平台注册账号,并将回掉地址修改为{YOUR HOST}/oauth/oauth-callback
:
2. 在app/Oauth/Hander.php
文件的handle
方法中进行获取用户信息之后的逻辑处理:
3. 添加新的server
。
1. 运行一下命令生成server
类
app/Oauth/Servers/Github.php
即可生成。填充相应的方法即可。
2. 在 config/oauth.php
文件中配置以下:
3. 在页面中放置请求链接:
4. 若自定义回掉地址,则在对应的回掉方法中通过以下方法获取用户信息:
All versions of laravel-oauth with dependencies
PHP Build Version
Package Version
The package buerxiaojie/laravel-oauth contains the following files
Loading the files please wait ....