Bacon / BaconQrCode

QR Code Generator for PHP
BSD 2-Clause "Simplified" License
1.83k stars 208 forks source link

Error in PHP 8. #96

Closed zeus0219 closed 2 years ago

zeus0219 commented 2 years ago

image I am getting this error when I upgrade my php version to 8.

DASPRiD commented 2 years ago

It is telling you that you need to install (and enable) the imagick extension.

DASPRiD commented 2 years ago

Must be your something with your system configuration, works here and on the test servers.