<?phpnamespaceApp\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesasMiddleware;classEncryptCookiesextendsMiddleware{/** * The names of the cookies that should not be encrypted. * * @var array<int, string> */protected$except=["colorscheme"];}