Laravel Factory Membuat Data Menggemah

//Creates models without storing them in DB
$users = User::factory()->count(3)->make();
Marco Tellez