chore: first commit

This commit is contained in:
Regis Freyd
2021-12-04 18:26:14 -05:00
commit bf1f24434b
415 changed files with 276373 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
namespace App\Http\Middleware;
use Illuminate\Cookie\Middleware\EncryptCookies as Middleware;
class EncryptCookies extends Middleware
{
/**
* The names of the cookies that should not be encrypted.
*
* @var array
*/
protected $except = [
//
];
}