Page MenuHomeDevCentral

VerifyCsrfToken.php
No OneTemporary

VerifyCsrfToken.php

<?php
namespace Nasqueron\Notifications\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as BaseVerifier;
class VerifyCsrfToken extends BaseVerifier
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
//
];
}

File Metadata

Mime Type
text/x-php
Expires
Fri, May 15, 12:06 (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3683409
Default Alt Text
VerifyCsrfToken.php (331 B)

Event Timeline