How to enable dom extension in Php7

The DOM extension allows you to operate on XML documents through the DOM API with PHP.

To enable DOM extension we need to install the package "php7-xml".

That's all....

 

Leave a Reply