New file systems.

This commit is contained in:
James Cole 2016-02-23 06:17:04 +01:00
parent 317075aa6d
commit 28fd719ce3

View File

@ -48,6 +48,15 @@ return [
'root' => storage_path('app'),
],
'upload' => [
'driver' => 'local',
'root' => storage_path('upload'),
],
'export' => [
'driver' => 'local',
'root' => storage_path('export'),
],
'ftp' => [
'driver' => 'ftp',
'host' => 'ftp.example.com',