[ EncryptCookies::class, AddQueuedCookiesToResponse::class, StartSession::class, AuthenticateSession::class, ShareErrorsFromSession::class, VerifyCsrfToken::class, SubstituteBindings::class, HandleInertiaRequests::class, ], "api" => [ "throttle:api", SubstituteBindings::class, ], ]; protected $routeMiddleware = [ "auth" => Authenticate::class, "auth.basic" => AuthenticateWithBasicAuth::class, "cache.headers" => SetCacheHeaders::class, "can" => Authorize::class, "guest" => RedirectIfAuthenticated::class, "password.confirm" => RequirePassword::class, "signed" => ValidateSignature::class, "throttle" => ThrottleRequests::class, "verified" => EnsureEmailIsVerified::class, ]; }