diff --git a/config/filesystems.php b/config/filesystems.php index 760ef972..e43f4a88 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -42,6 +42,13 @@ return [ 'visibility' => 'public', ], + 'documents' => [ + 'driver' => 'local', + 'root' => storage_path('app/documents'), + 'url' => env('APP_URL').'/storage', + 'visibility' => 'private', + ], + 's3' => [ 'driver' => 's3', 'key' => env('AWS_ACCESS_KEY_ID'),