diff --git a/config/filesystems.php b/config/filesystems.php index 760ef97..3723b5a 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -53,6 +53,11 @@ return [ 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), ], + 'uploads' => [ + 'driver' => 'local', + 'root' => public_path('uploads'), + ], + ], /*