Bacon / BaconQrCode

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

Error : You need to install the imagick extension to use this back end #180

Closed M-BintangR closed 3 months ago

M-BintangR commented 3 months ago

at vendor\bacon\bacon-qr-code\src\Renderer\Image\ImagickImageBackEnd.php:46 42▕ 43▕ public function __construct(string $imageFormat = 'png', int $compressionQuality = 100) 44▕ { 45▕ if (! class_exists(Imagick::class)) { ➜ 46▕ throw new RuntimeException('You need to install the imagick extension to use this back end'); 47▕ } 48▕ 49▕ $this->imageFormat = $imageFormat; 50▕ $this->compressionQuality = $compressionQuality;

1 app\Helpers\Ryoogen.php:45 BaconQrCode\Renderer\Image\ImagickImageBackEnd::__construct() 2 database\seeders\GuestTableSeeder.php:27

DASPRiD commented 3 months ago

Not a bug.