// Get All Where in condition $array = [1,2,3,4,5]; ModelClassName::whereIn('columnName',$array)->get();