浏览代码

Update Installer.php

Shlee 3 年之前
父节点
当前提交
211b497240
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      app/Console/Commands/Installer.php

+ 6 - 0
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");