'admin', 'email' => 'admin@admin.com', 'password' => bcrypt(12345678), 'is_active' => 1, ]; //create user $user = User::create($info); } }