Page MenuHomeDevCentral

EncryptCookies.php
No OneTemporary

EncryptCookies.php

<?php
namespace App\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
Mon, Sep 14, 16:22 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3939789
Default Alt Text
EncryptCookies.php (300 B)

Event Timeline