Page MenuHomeDevCentral

EncryptCookies.php
No OneTemporary

EncryptCookies.php

<?php
namespace AuthGrove\Http\Middleware;
use Illuminate\Cookie\Middleware\EncryptCookies as BaseEncrypter;
class EncryptCookies extends BaseEncrypter
{
/**
* The names of the cookies that should not be encrypted.
*
* @var array
*/
protected $except = [
//
];
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 16:48 (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3175708
Default Alt Text
EncryptCookies.php (306 B)

Event Timeline