Published
- 1 min read
laravel random query
The solution for this is noted below
laravel random query
Solution
User::inRandomOrder()->limit(5)->get();
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
User::inRandomOrder()->limit(5)->get();
Try other methods by searching on the site. That is if this doesn’t work