EncryptCookies
class EncryptCookies (View source)
Methods
void | __construct(Encrypter $encrypter) Create a new CookieGuard instance. | |
void | disableFor(string|array $cookieName) Disable encryption for the given cookie name(s). | |
mixed | handle(Request $request, Closure $next) Handle an incoming request. | |
bool | isDisabled(string $name) Determine whether encryption has been disabled for the given cookie. |
Please login to continue.