insert([ 'id' => 1, 'name' => 'admin', 'email' => 'admin@softui.com', 'password' => Hash::make('secret'), 'created_at' => now(), 'updated_at' => now() ]); } }