Skip to content

Commit

Permalink
add socialite
Browse files Browse the repository at this point in the history
  • Loading branch information
liyu001989 committed Aug 5, 2020
1 parent 8e96efb commit d3a563b
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"mews/purifier": "~3.0",
"overtrue/easy-sms": "^1.1",
"overtrue/laravel-lang": "~3.0",
"overtrue/laravel-socialite": "~2.0",
"overtrue/pinyin": "~4.0",
"predis/predis": "~1.1",
"spatie/laravel-permission": "~3.0",
Expand Down
111 changes: 109 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@
'key' => env('BAIDU_TRANSLATE_KEY'),
],

'wechat' => [
'client_id' => env('WEIXIN_KEY'),
'client_secret' => env('WEIXIN_SECRET'),
'redirect' => env('WEIXIN_REDIRECT_URI'),
],

];

0 comments on commit d3a563b

Please sign in to comment.