create([ 'name' => 'admin', 'email' => 'admin@zemail.me', 'password' => Hash::make('password'), 'level' => 9, 'email_verified_at' => now(), ]); } }