Issue
In L-4 it was simple:
$random_quote = Quotation::all()->random(1);
But now in L-5 not a single method described in this post is working: Laravel - Eloquent or Fluent random row
My view file just gets blank.
Solution
Update for Laravel 5.4
New randomsorting in Laravel 5.4
->inRandomOrder()->first()
Answered By - Peter
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.