近期活动
465521712

465521712

来这里4年了

永久订阅用户  

坐等更新

3年前 评论 目录索引

注意自己在主应用中注册时,生成的: CLIENT_ID=4 CLIENT_SECRET=HClxhvsWgmXxWixypeR6aM0jBmyiediV9EDwerw 在移动端应用中是否配置正确

4年前 评论 通过 Passport 实现 API 请求认证:第三方应用篇(授权码获取令牌)

namespace App; use Illuminate\Foundation\Auth\User as Authenticatable; use Illuminate\Notificatio...

4年前 评论 基于多表的用户认证功能实现(前后台用户)

public function getCreatedDateAttribute() { return $this->created_at->diffForHumans(); } 这个...

4年前 评论 基于 Laravel + Vue 构建一个类似 Twitter 的 Web 应用

$post->tags()->updateExistingPivot($tagId, $attributes); 这一步怎么也更新不了,谁知道 $attributes怎么写吗? 我的...

4年前 评论 进阶篇(九):Eloquent 模型关联关系(下)