create(); Player::create([ 'name' => 'admin', 'password' => Hash::make('12345'), 'team' => 'none', 'score' => 100, 'is_admin' => true, ]); } }