Clean up test data.

This commit is contained in:
James Cole
2016-05-14 21:49:16 +02:00
parent f78d56b149
commit e5eabdf7e7
5 changed files with 730 additions and 1095 deletions

View File

@@ -48,14 +48,18 @@ return [
'root' => storage_path('app'),
],
'upload' => [
'upload' => [
'driver' => 'local',
'root' => storage_path('upload'),
],
'export' => [
'export' => [
'driver' => 'local',
'root' => storage_path('export'),
],
'database' => [
'driver' => 'local',
'root' => storage_path('database'),
],
'ftp' => [
'driver' => 'ftp',