diff --git a/config/filesystems.php b/config/filesystems.php index ad8228f..525fe79 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -43,26 +43,9 @@ return [ 'disks' => [ - 'local' => [ + 'avatars' => [ 'driver' => 'local', - 'root' => storage_path().'/app', - ], - - 's3' => [ - 'driver' => 's3', - 'key' => 'your-key', - 'secret' => 'your-secret', - 'region' => 'your-region', - 'bucket' => 'your-bucket', - ], - - 'rackspace' => [ - 'driver' => 'rackspace', - 'username' => 'your-username', - 'key' => 'your-key', - 'container' => 'your-container', - 'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/', - 'region' => 'IAD', + 'root' => public_path('avatars') ], ], diff --git a/public/avatars/.gitkeep b/public/avatars/.gitkeep new file mode 100644 index 0000000..e69de29