Model::select('column') ->where('column','value') ->inRandomOrder() ->limit(2) // here is yours limit ->get();