insert([ 'username' => 'eliza', 'password' => '$2a$12$gyoJoEXpig8W.GhuJG5KBeXg2AK71iyj5bX6HW24TLema5FH7ByxK', // Pre-hashed from v1 '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)'); } }