ajout middleware auth

This commit is contained in:
2018-10-15 23:58:41 +02:00
parent 71a89a5a05
commit 480a27897e
2 changed files with 8 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ return [
'custom' => \Meoran\Images\Templates\Custom::class,
),
'middlewareAuth' => false,
'lifetime' => 10,
'cache' => [
'path' => storage_path('app')