Factory Laravel Tinker
php artisan tinker
User::factory()->count(5)->create()
Ada
php artisan tinker
User::factory()->count(5)->create()
php artisan tinkerProduct::factory()->count(500)->create()
php artisan tinker
factory(App\User::class, 100)->create() //Create 100 users