Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created January 10, 2014 13:21
Show Gist options
  • Select an option

  • Save assertchris/8351800 to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/8351800 to your computer and use it in GitHub Desktop.
$posts = Post::whereHas('comments', function($q)
{
$q->where('content', 'like', 'foo%');
})->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment