Page MenuHomeDevCentral

VerifyCsrfToken.php
No OneTemporary

VerifyCsrfToken.php

<?php namespace AuthGrove\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
Mon, Nov 25, 02:07 (20 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259359
Default Alt Text
VerifyCsrfToken.php (316 B)

Event Timeline