$users = App\User::with(['posts' => function ($query) {
$query->where('title', 'like', '%first%');
}])->get();
Created
October 3, 2018 15:28
-
-
Save sander3/aa986317d0e40f0714bbd50a9bfc49cf to your computer and use it in GitHub Desktop.
Medium post 1, Gist 1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment