質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,6 +16,20 @@
|
|
16
16
|
|
17
17
|
|
18
18
|
|
19
|
+
【追記】
|
20
|
+
|
21
|
+
XmlUtils.php の中身の50行目の部分
|
22
|
+
|
23
|
+
49 if (!\extension_loaded('dom')) {
|
24
|
+
|
25
|
+
50 throw new \RuntimeException('Extension DOM is required.');
|
26
|
+
|
27
|
+
51 }
|
28
|
+
|
29
|
+
|
30
|
+
|
31
|
+
|
32
|
+
|
19
33
|
【試したこと】
|
20
34
|
|
21
35
|
yum install php-xmlコマンドでxmlのインストール
|