mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
added php-gd in the installer
This commit is contained in:
@@ -34,6 +34,7 @@ $required_php_modules = [
|
||||
'php-mbstring' => ['condition' => isExtensionInstalled('mbstring')],
|
||||
'php-xml' => ['condition' => isExtensionInstalled('xml')],
|
||||
'php-zip' => ['condition' => isExtensionInstalled('zip')],
|
||||
'php-gd' => ['condition' => isExtensionInstalled('gd')],
|
||||
];
|
||||
|
||||
// MariaDB / MySQL
|
||||
|
||||
Reference in New Issue
Block a user