1
0
Shlee 3 жил өмнө
parent
commit
211b497240

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