add email lists

This commit is contained in:
HolgerHatGarKeineNode
2023-11-17 12:48:57 +01:00
parent 679e59d893
commit c76dbcb8cc
18 changed files with 654 additions and 44 deletions

View File

@@ -42,15 +42,21 @@ return [
'throw' => false,
],
'lists' => [
'driver' => 'local',
'root' => storage_path('app/lists'),
'throw' => false,
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),
'url' => env('APP_URL').'/storage',
'url' => env('APP_URL') . '/storage',
'visibility' => 'public',
'throw' => false,
],
'publicDisk' => [
'publicDisk' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,