seo image added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-16 18:45:32 +01:00
parent 54d4069658
commit 400c2db26e
8 changed files with 35 additions and 10 deletions

View File

@@ -50,6 +50,12 @@ return [
'throw' => false,
],
'publicDisk' => [
'driver' => 'local',
'root' => public_path(),
'throw' => false,
],
's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),