pipicar/modules/Home/config/home.php

10 lines
137 B
PHP

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