SyntaxFix
Write A Post
Hire A Developer
Questions
In Laravel 4 and 5 the order_by is replaced by orderBy
order_by
orderBy
So, it should be:
User::orderBy(DB::raw('RAND()'))->get();