I'm using Simple QrCode package to generate qrcode, I want to save it as .png but imagick php extension is required. I was able to install imagick on my php I'm using laragon, but I can't find a way to install it on laravel, I just don't know what I'm doing, I've been stuck for hours trying to implement it on a laravel project. I would really appreciate any help right now.
@Snapey I'm so confused right now, all this time my laragon has been using the php on my C drive not the one inside the laragon directory, I installed the imagick on the php on my C drive and it worked.
Hi, you can just install the package: intervention/image-laravel, then use GD instead of Imagick, I do have the same issue you got here but since switched to GD everything works fine, I know it's been 2 years.
Cheers