Added site files

This commit is contained in:
Henry Whitaker
2020-04-12 18:49:36 +01:00
parent 7b87339d46
commit 5e1e673cee
498 changed files with 11 additions and 139300 deletions

View File

@@ -0,0 +1,17 @@
<?php
namespace App\Http\Middleware;
use Illuminate\Foundation\Http\Middleware\VerifyCsrfToken as Middleware;
class VerifyCsrfToken extends Middleware
{
/**
* The URIs that should be excluded from CSRF verification.
*
* @var array
*/
protected $except = [
//
];
}