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