Configure filesystem disk for avatars.

pull/7/head
Franz Liedke 2015-03-26 21:04:00 +01:00
parent ccc73498b1
commit 8ee8a0a9b9
2 changed files with 2 additions and 19 deletions

View File

@ -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')
],
],

0
public/avatars/.gitkeep Normal file
View File