insert([ "name" => "John", "surname" => "Doe", "username" => "john_doe", "password" => bcrypt("Johnsecret1!"), "email" => "johndoe@hotmail.com", "country_code" => "MK", "mobile_number" => "+389 71 111 222", "role_id" => 1, "is_active" => true, "is_confirmed" => true, "created_at" => Carbon::now() ]); // factory(App\Models\User::class, 50)->create(); } }