JamieWBuzz

Results 2 issues of JamieWBuzz

Using the below to generate up and image to display in my Laravel view: ``` $qrData = QrCode::size(198) ->format('png') ->margin(2) ->generate('csc:' . $username . ':' . $hash . '@MYAPP'); ```...

Any update on this? Having an issue where Imagick is not supported on PHP 8.3 and thus unable to generate PNG QR Codes (for emails for example) _Originally posted by...