LibXML , XmlWritter plugin #508
Closed
KamilTahirli
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Duplicates #309 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using Laravel/NativePHP for my application. However, I am getting an error:
"You must install the libxml extension to use this backend."

I checked my PHP version and when I run the following command, it shows 8.4:
electron/resources/js/resources/php/php -v
Result: PHP 8.4
Also, when I run the command to check for the libxml extension, it shows that it is present:
electron/resources/js/resources/php/php -m | grep libxml

However, the application still says that the libxml extension is missing. Can anyone help me solve this problem?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions