Skip to content

Instantly share code, notes, and snippets.

@webbash
Last active June 25, 2019 13:57
Show Gist options
  • Select an option

  • Save webbash/5c4e194a47a82f873b106e7de5a1bf76 to your computer and use it in GitHub Desktop.

Select an option

Save webbash/5c4e194a47a82f873b106e7de5a1bf76 to your computer and use it in GitHub Desktop.
Laravel Eloquent JSON fields where query
<?php
return $query->whereJsonContains('fields', ['sub-field' => 'value'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment