From 7303302c322e105b5095bf412e8d154971088282 Mon Sep 17 00:00:00 2001 From: Khaled Lela Date: Wed, 23 Feb 2022 16:13:24 +0200 Subject: handle read scorm archive from uri, in case have two differet storage for package archive and unzipped package for serve. --- config/scorm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/scorm.php') diff --git a/config/scorm.php b/config/scorm.php index 0330bc5..4728563 100644 --- a/config/scorm.php +++ b/config/scorm.php @@ -23,5 +23,6 @@ return [ * 'bucket' => env('AWS_SCORM_BUCKET'), * ], */ - 'disk' => 'local', + 'disk' => 'local', + 'archive' => 'local', ]; -- cgit v1.2.3