MethodsPropertiesConstantsNo public methods foundNo public properties foundNo constants foundNo protected methods found$except N/ANo private methods foundNo private properties foundN/A
Properties
$except
$except : array
The names of the cookies that should not be encrypted.
Type
array
EncryptCookies.php
<?phpnamespaceApp\Http\Middleware;useIlluminate\Cookie\Middleware\EncryptCookiesas BaseEncrypter;classEncryptCookiesextendsBaseEncrypter{/**
* The names of the cookies that should not be encrypted.
*
* @var array
*/protected$except=[ //
];}