PHP Class Framework\Http\Middleware\EncryptCookies

Inheritance: extends Illuminate\Cookie\Middleware\EncryptCookies
Show file Open project: vinelab/lucid

Protected Properties

Property Type Description
$except array The names of the cookies that should not be encrypted.

Property Details

$except protected property

The names of the cookies that should not be encrypted.
protected array $except
return array