我正在关注以下教程
http://tutsnare.com/social-authentication-in-laravel-5/
我完全按照上述步骤操作,但是当我尝试使用以下代码转储我检索到的用户对象时:
$user = Socialize::with('github')->user();
dd($user);
这不是任何输出。但是
$user = Socialize::with('github');
dd($user);
返回以下对象:
GithubProvider {#194 ▼
#scopes: array:1 [▶]
#request: Request {#37 ▶}
#clientId: "a client id here"
#clientSecret: "a client secret here"
#scopeSeparator: ","
#encodingType: 1
#stateless: false
+"redirectUrl": "My redirect URL
}
答案 0 :(得分:0)
当我设置我的服务器时,机器生成了SE Linux错误,说httpd服务试图保存在laravel的日志中。
我后来注意到这个错误,stackoverflowed错误,找到以下解决方案。
SELinux prevented httpd(usr/sbin/httpd) write access to /var/www/html/bookings/templates_c
在问题中说了瞧!完成!