create([ 'name' => 'Jonathan', 'email' => 'jonathan@blijnder.nl', 'password' => bcrypt('secret'), 'email_verified_at' => now(), ]); } }