jayin

6274 经验值

@JellyBool视频出现不支持h5什么的,我还用的chrome呢

我百度云盘分享哪个virtualbox.box给你,直接外挂方式,不要去下载了,下了几个小时

链接:http://pan.baidu.com/s/1eRVwdfc 密码:yawq

参考链接:https://laravel-china.org/topics/2519/how-to-install-laravel-windows-on-homestead

JellyBool好想你更新一个小程序:smile:

$users = App\User::with(['posts' => function ($query) {
    $query->select(['user_id','title'])->where('title', 'like', '%first%');
}])->get();

@JellyBool 这样做,我模型关系posts表只要title字段,限制了没必要查询的字段