Upgraded to laravel 5.1

This commit is contained in:
Graham Campbell
2015-05-28 21:37:44 +01:00
parent 9355854289
commit b85752b101
13 changed files with 519 additions and 321 deletions

View File

@@ -20,7 +20,7 @@ return [
| by the framework. A "local" driver, as well as a variety of cloud
| based drivers are available for your choosing. Just store away!
|
| Supported: "local", "s3", "rackspace"
| Supported: "local", "ftp", "s3", "rackspace"
|
*/
@@ -57,6 +57,12 @@ return [
'root' => storage_path().'/app',
],
'ftp' => [
'driver' => 'ftp',
'host' => 'ftp.example.com',
'username' => 'your-username',
'password' => 'your-password',
's3' => [
'driver' => 's3',
'key' => 'your-key',