Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to shuffle result from query in Laravel?

Tags:

laravel-5.2

I get result of query and try shuffle this. I tried to use shuffle in php, but it works only for arrays.

Also I can use random() in query, but it is slow

like image 555
Dev Avatar asked Feb 06 '23 12:02

Dev


1 Answers

see this pls Laravel Collection method shuffle

like image 116
syszen Avatar answered May 01 '23 13:05

syszen