php错误:require ext-dom * -> it is missing from your system. Install or enable PHP’s dom extension.

  PHP

解决办法

sudo apt install php-xml
apt-get install php-mbstring

LEAVE A COMMENT