check in array laravel where has code example Example: where is in array laravel $items = DB::table('items')->whereIn('id', [1, 2, 3])->get();