add upload folder path in env

This commit is contained in:
Frank John Begornia
2019-10-30 17:30:56 +08:00
parent d225ff22d4
commit 7d95666150
3 changed files with 8 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ return [
'uploads' => [
'driver' => 'local',
'root' => 'C:\\wamp\\www\\uploads\\images\\',
'root' => env('UPLOAD_FOLDER_PATH'),
],
],