-
Notifications
You must be signed in to change notification settings - Fork 223
Open
Description
Hi, here "XMLWriter" class is needed to be enabled not only "libxml".
BaconQrCode/src/Renderer/Image/SvgImageBackEnd.php
Lines 35 to 37 in 510de6e
| 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'.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
