Skip to content

Commit 84ada38

Browse files
Add disk data sources
1 parent b7a9d00 commit 84ada38

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config/filesystems.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
'visibility' => 'public',
8484
],
8585

86+
'data_sources' => [
87+
'driver' => 'local',
88+
'root' => storage_path('app/public/data_sources'),
89+
'url' => env('APP_URL') . '/storage/data_sources',
90+
'visibility' => 'public',
91+
],
92+
8693
'settings' => [
8794
'driver' => 'local',
8895
'root' => storage_path('app/public/setting'),

0 commit comments

Comments
 (0)