how make ::query() ; #2291
Unanswered
majidjamhsidi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi , how make ::query() for model , for example :
$products = Product::query();
$products->where('category' , 'magazine' ) ;
$products->get() ;
Beta Was this translation helpful? Give feedback.
All reactions