insert([ 'username' => 'eliza', 'password' => '$2y$12$0ALddIeVIN8UN9.6Des9reVTdu4RpIRgHoQzowPp1wYwjK7.RafhK', // Password: AXEoZWk2AMAD0naw 'created_at' => now(), 'updated_at' => now(), ]); $this->command->info('Admin user created successfully!'); $this->command->info('Username: eliza'); $this->command->info('Password: (same as v1.0)'); } }