端くれプログラマの備忘録 Laravel [Laravel] Class ‘DOMDocument’ not found 対処法

[Laravel] Class ‘DOMDocument’ not found 対処法

OSSのCMSを試していたら以下のエラーに直面したので覚え書き。

local.ERROR: Class 'DOMDocument' not found {"exception":"[object] (Error(code: 0): Class 'DOMDocument' not found at xxxx)

足りないPHPモジュールを追加して

# yum install --enablerepo=remi,remi-php74 php-xml php-pecl-zip

Apacheを再起動したら直った。

# service httpd restart

参考サイト

php – Class ‘DOMDocument’ not found – Stack Overflow
https://stackoverflow.com/questions/14395239/class-domdocument-not-found