教主,这里$question = Question::with(['comments','comments.user'])->where('id',$id)->first();直接这样就可以吧$question = Question::with(['comments.user'])->where('id',$id)->first();
$question = Question::with(['comments','comments.user'])->where('id',$id)->first();
$question = Question::with(['comments.user'])->where('id',$id)->first();
好的。github 上找到了
教主,PhpStorm 配色挺好看的,求分享下配置
如果用 JWT 的话,是可以实现的,但是 APP 有登录接口,所以 JWT 已经用在了用户登录状态。现在我不想让别人可以随意调用不需要登录的接口,比如登录接口。
@huangkai49 了解了谢谢
教主这行配置修改是什么用意能解释下吗
sudo vim /etc/php/7.1/fpm/php.ini // 将cgi.fix_pathinfo=1这一行去掉注释将1改为0