Tijsverkoyen Css To Inline Styles 2 2 3

[Solved] Tijsverkoyen Css To Inline Styles 2 2 3 | Php - Code Explorer | yomemimo.com
Question : - tijsverkoyen/css-to-inline-styles 2.2.3 requires ext-dom * -> the requested PHP extension dom is missing from your system.

Answered by : energetic-echidna-d4760zw2nxf8

sudo apt install php-xml will work but the thing is it will download the plugin for the latest PHP version.
If your PHP version is not the latest, then you can add version in it:
# PHP 7.1
sudo apt install php7.1-xml
# PHP 7.2:
sudo apt install php7.2-xml
# PHP 7.3
sudo apt install php7.3-xml
# PHP 7.4
sudo apt install php7.4-xml
# PHP 8
sudo apt install php-xml

Source : | Last Update : Thu, 10 Feb 22

Answers related to tijsverkoyen css to inline styles 2 2 3 requires ext dom the requested php extension dom is missing from your system

Code Explorer Popular Question For Php