This commit is contained in:
Benjamin Takats
2023-01-28 21:48:20 +01:00
parent b9f3f0ba7b
commit 9f153e7630
23 changed files with 441 additions and 19 deletions

View File

@@ -36,6 +36,12 @@ return [
'throw' => false,
],
'geo' => [
'driver' => 'local',
'root' => storage_path('app/geo'),
'throw' => false,
],
'public' => [
'driver' => 'local',
'root' => storage_path('app/public'),