Page MenuHomeDevCentral

EncryptCookies.php
No OneTemporary

EncryptCookies.php

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

File Metadata

Mime Type
text/x-php
Expires
Thu, Dec 26, 16:15 (7 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2315185
Default Alt Text
EncryptCookies.php (323 B)

Event Timeline