Skip to content

Instantly share code, notes, and snippets.

@cuonghuynh
Created September 29, 2018 09:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuonghuynh/00ab797f6fa2962201f75f32940104bf to your computer and use it in GitHub Desktop.
Save cuonghuynh/00ab797f6fa2962201f75f32940104bf to your computer and use it in GitHub Desktop.
Laravel model where raw
$product->whereRaw("strftime('%Y-%m', created_at) = '2010-1'")->get();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment