diff --git a/config/filesystems.php b/config/filesystems.php index 3fffcf0a2f..20f5c4d2e3 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -48,6 +48,15 @@ return [ 'root' => storage_path('app'), ], + 'upload' => [ + 'driver' => 'local', + 'root' => storage_path('upload'), + ], + 'export' => [ + 'driver' => 'local', + 'root' => storage_path('export'), + ], + 'ftp' => [ 'driver' => 'ftp', 'host' => 'ftp.example.com',