I don't use Laragon, but if installed correctly, check also that this line exists / is uncommented in the relevant php.ini file for your PHP version?
extension=imagick
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have got an error: "Imagick PHP extension must be installed to use this driver." I am using the following code: ImageManager::imagick()->read($photo)->resize(240, 120)->save('public/files/brand/' . $photoname); I have installed the Imagick extension in Laragon but still I am getting this error. Can anyone assist me in this?
Please or to participate in this conversation.