Hi, here "XMLWriter" class is needed to be enabled not only "libxml".
|
if (! class_exists(XMLWriter::class)) { |
|
throw new RuntimeException('You need to install the libxml extension to use this back end'); |
|
} |
So, I think it's better to mention that 'You need to install the libxml extension and enable the XMLWriter class to use this back end'.

Hi, here "XMLWriter" class is needed to be enabled not only "libxml".
BaconQrCode/src/Renderer/Image/SvgImageBackEnd.php
Lines 35 to 37 in 510de6e
So, I think it's better to mention that
'You need to install the libxml extension and enable the XMLWriter class to use this back end'.