<?php
return [
'enabled'=>true,
'storage' => [
'driver' => 'local',
'root' => storage_path('app/home')
]
];