'admin', 'password' => 'password', // Will be auto-hashed by AdminUser model ]); $this->command->info('Admin user created successfully!'); $this->command->info('Username: admin'); $this->command->info('Password: password'); } }