From 57c02dd51ce3cd25dae610222598c25c3ac5fa14 Mon Sep 17 00:00:00 2001 From: Steven Qiu Date: Fri, 25 Jul 2025 17:43:53 +0800 Subject: [PATCH] fix: check if imagick installed --- bootstrap/chkenv.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/chkenv.php b/bootstrap/chkenv.php index fbec047e..ad5e0b81 100644 --- a/bootstrap/chkenv.php +++ b/bootstrap/chkenv.php @@ -51,6 +51,7 @@ ini_set('display_errors', true); 'json', 'fileinfo', 'zip', + 'imagick', ], 'write_permission' => [ 'bootstrap/cache',