6 |--------------------------------------------------------------------------
7 | Default Filesystem Disk
8 |--------------------------------------------------------------------------
10 | Here you may specify the default filesystem disk that should be used
11 | by the framework. A "local" driver, as well as a variety of cloud
12 | based drivers are available for your choosing. Just store away!
14 | Supported: "local", "ftp", "s3", "rackspace"
21 |--------------------------------------------------------------------------
22 | Default Cloud Filesystem Disk
23 |--------------------------------------------------------------------------
25 | Many applications store files both locally and in the cloud. For this
26 | reason, you may specify a default "cloud" driver here. This driver
27 | will be bound as the Cloud disk implementation in the container.
34 |--------------------------------------------------------------------------
36 |--------------------------------------------------------------------------
38 | Here you may configure as many filesystem "disks" as you wish, and you
39 | may even configure multiple disks of the same driver. Defaults have
40 | been setup for each driver as an example of the required options.
48 'root' => storage_path('app'),
53 'host' => 'ftp.example.com',
54 'username' => 'your-username',
55 'password' => 'your-password',
57 // Optional FTP Settings...
68 'secret' => 'your-secret',
69 'region' => 'your-region',
70 'bucket' => 'your-bucket',
74 'driver' => 'rackspace',
75 'username' => 'your-username',
77 'container' => 'your-container',
78 'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/',
80 'url_type' => 'publicURL',