Did you try somethind like this?
$test = Question::all()->where('theme',$input['theme'])->orderByRaw("RAND()")->get();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community