For Laravel 8, running PHP 7.4 or PHP 8.
I have installed the simplesoftwareio / simple-qrcode plugin. It worked fine in PHP 5.4 but we are trying to upgrade.
Now when I upgrade and try to use the code to generate the QR code, we get this error.
"You need to install the imagick extension to use this backend".
~/src/Renderer/Image/ImagickImageBackEnd.php:64
But imagick IS INSTALLED. I found many other people with this same problem (so I'm not crazy here) and they all resolved in downgrading to BaconQrCode version 1.0.3. But Laravel 8 won't let me do that, because of requirements.
So I'm just stuck and wondering if this can be fixed?
