Laravel Factory tworzące dane temporyczne
//Creates models without storing them in DB
$users = User::factory()->count(3)->make();
Marco Tellez
//Creates models without storing them in DB
$users = User::factory()->count(3)->make();