[ // 'throttle:60,1', 'bindings', 'json', ], 'web' => [ InstalledCheck::class, EncryptCookies::class, AddQueuedCookiesToResponse::class, StartSession::class, ShareErrorsFromSession::class, // VerifyCsrfToken::class, SubstituteBindings::class, SetActiveTheme::class, ], ]; protected $routeMiddleware = [ 'api.auth' => ApiAuth::class, 'auth' => Authenticate::class, 'bindings' => SubstituteBindings::class, 'can' => Authorize::class, 'guest' => RedirectIfAuthenticated::class, 'json' => JsonResponse::class, 'theme' => SetActiveTheme::class, 'throttle' => ThrottleRequests::class, 'update_pending' => UpdatePending::class, ]; }