1
0
Fork 0

Update Installer.php

This commit is contained in:
Shlee 2022-06-19 15:15:13 +09:30 committed by GitHub
parent 2e0587cef8
commit 211b497240
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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