PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
app
/
Http
/
Middleware
<?php namespace App\Http\Middleware; use Illuminate\Cookie\Middleware\EncryptCookies as Middleware; class EncryptCookies extends Middleware { /** * The names of the cookies that should not be encrypted. * * @var array */ protected $except = [ // ]; }
[-] EncryptCookies.php
[open]
[-] VerifyCsrfToken.php
[open]
[-] TrustProxies.php
[open]
[+]
..
[-] RedirectIfAuthenticated.php
[open]
[-] TrimStrings.php
[open]