seperate image saving to directory

This commit is contained in:
franknstayn
2021-07-22 19:32:49 +08:00
parent c17f709ebf
commit 0d57d88641
7 changed files with 94 additions and 14 deletions

View File

@@ -103,6 +103,11 @@ return [
'root' => '/var/www/html/images/merchbay',
'timeout' => 10,
],
'uploads_local' => [
'driver' => 'local',
'root' => 'C:/wamp64/www/uploads',
],
],
];