Laravel mendapatkan baris acak

User::all()->random();
User::all()->random(10); // The amount of items you wish to receive
Alberto Peripolli