We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48d6305 + 84ada38 commit fc65e69Copy full SHA for fc65e69
1 file changed
config/filesystems.php
@@ -83,6 +83,13 @@
83
'visibility' => 'public',
84
],
85
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
+
93
'settings' => [
94
'driver' => 'local',
95
'root' => storage_path('app/public/setting'),
0 commit comments