From 385cb7eafd943841ecce1c27a9394790b90cc021 Mon Sep 17 00:00:00 2001 From: saeid Date: Thu, 22 Dec 2022 18:51:05 +0330 Subject: [PATCH] fix --- config/filesystems.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/filesystems.php b/config/filesystems.php index 2bb66b2..b8128fd 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -55,6 +55,11 @@ return [ 'visibility' => 'public', ], + 'storage_data' => [ + 'driver' => 'local', + 'root' => storage_path('businesses'), + ], + 's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'),