From 211b497240aecdb2507705af77d9cb69aba58469 Mon Sep 17 00:00:00 2001 From: Shlee Date: Sun, 19 Jun 2022 15:15:13 +0930 Subject: [PATCH] Update Installer.php --- app/Console/Commands/Installer.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Console/Commands/Installer.php b/app/Console/Commands/Installer.php index e341d31a3..f842379fe 100644 --- a/app/Console/Commands/Installer.php +++ b/app/Console/Commands/Installer.php @@ -139,7 +139,13 @@ class Installer extends Command 'json', 'mbstring', 'openssl', + 'gd', + 'intl', + 'xml', + 'zip', + 'redis', ]; + foreach($extensions as $ext) { if(extension_loaded($ext) == false) { $this->error("- \"{$ext}\" PHP extension not found, aborting installation");