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 string[]
*/
protected $except = [
'gate/*',
];
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Oct 11, 20:08 (5 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063913
Default Alt Text
VerifyCsrfToken.php (342 B)

Event Timeline