Skip to content

Instantly share code, notes, and snippets.

@serg6854
Created January 14, 2015 14:22
Show Gist options
  • Select an option

  • Save serg6854/d38df0e1f33595bf75cf to your computer and use it in GitHub Desktop.

Select an option

Save serg6854/d38df0e1f33595bf75cf to your computer and use it in GitHub Desktop.
laravel
return News::orderBy('created_at', 'DESC')->with(['langs' => function ($query) {
$query->where('code', '=', 'uk')->first();
}, 'images'])->take(4)->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment