insert([ 'name' => 'admin', 'email' => 'admin@example.com', 'password' => bcrypt('secret'), ]); //factory('App\User', 2)->create(); } }