Answer the question
In order to leave comments, you need to log in
How to make query with WhereIn in laravel?
There is this code:
$services = "1,2";
$forms = Forms::whereIn('id',[$services])->get();
$forms = Forms::whereIn('id',[1,2])->get();
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question