PHP Class Framework\Http\Middleware\VerifyCsrfToken

Inheritance: extends Illuminate\Foundation\Http\Middleware\VerifyCsrfToken
Show file Open project: vinelab/lucid

Protected Properties

Property Type Description
$except array The URIs that should be excluded from CSRF verification.

Property Details

$except protected property

The URIs that should be excluded from CSRF verification.
protected array $except
return array