diff --git a/config/filesystems.php b/config/filesystems.php index 182dde1afe..b8324ce346 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -83,6 +83,13 @@ 'visibility' => 'public', ], + 'data_sources' => [ + 'driver' => 'local', + 'root' => storage_path('app/public/data_sources'), + 'url' => env('APP_URL') . '/storage/data_sources', + 'visibility' => 'public', + ], + 'settings' => [ 'driver' => 'local', 'root' => storage_path('app/public/setting'),