質問編集履歴

2

2020/06/10 08:52

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -66,6 +66,104 @@
66
66
 
67
67
 
68
68
 
69
+ ### Laravel new プロジェクト時のエラー
70
+
71
+ Problem 1
72
+
73
+ - Installation request for tijsverkoyen/css-to-inline-styles 2.2.2 -> satisfiable by tijsverkoyen/css-to-inline-styles[2.2.2].
74
+
75
+ - tijsverkoyen/css-to-inline-styles 2.2.2 requires ext-dom * -> the requested PHP extension dom is missing from your system.
76
+
77
+ Problem 2
78
+
79
+ - Installation request for phar-io/manifest 1.0.3 -> satisfiable by phar-io/manifest[1.0.3].
80
+
81
+ - phar-io/manifest 1.0.3 requires ext-dom * -> the requested PHP extension dom is missing from your system.
82
+
83
+ Problem 3
84
+
85
+ - Installation request for phpunit/php-code-coverage 7.0.10 -> satisfiable by phpunit/php-code-coverage[7.0.10].
86
+
87
+ - phpunit/php-code-coverage 7.0.10 requires ext-dom * -> the requested PHP extension dom is missing from your system.
88
+
89
+ Problem 4
90
+
91
+ - Installation request for phpunit/phpunit 8.5.5 -> satisfiable by phpunit/phpunit[8.5.5].
92
+
93
+ - phpunit/phpunit 8.5.5 requires ext-dom * -> the requested PHP extension dom is missing from your system.
94
+
95
+ Problem 5
96
+
97
+ - Installation request for theseer/tokenizer 1.1.3 -> satisfiable by theseer/tokenizer[1.1.3].
98
+
99
+ - theseer/tokenizer 1.1.3 requires ext-dom * -> the requested PHP extension dom is missing from your system.
100
+
101
+ Problem 6
102
+
103
+ - tijsverkoyen/css-to-inline-styles 2.2.2 requires ext-dom * -> the requested PHP extension dom is missing from your system.
104
+
105
+ - laravel/framework v7.14.1 requires tijsverkoyen/css-to-inline-styles ^2.2.2 -> satisfiable by tijsverkoyen/css-to-inline-styles[2.2.2].
106
+
107
+ - Installation request for laravel/framework v7.14.1 -> satisfiable by laravel/framework[v7.14.1].
108
+
109
+
110
+
111
+ To enable extensions, verify that they are enabled in your .ini files:
112
+
113
+ - /etc/php.ini
114
+
115
+ - /etc/php.d/20-bz2.ini
116
+
117
+ - /etc/php.d/20-calendar.ini
118
+
119
+ - /etc/php.d/20-ctype.ini
120
+
121
+ - /etc/php.d/20-curl.ini
122
+
123
+ - /etc/php.d/20-exif.ini
124
+
125
+ - /etc/php.d/20-fileinfo.ini
126
+
127
+ - /etc/php.d/20-ftp.ini
128
+
129
+ - /etc/php.d/20-gd.ini
130
+
131
+ - /etc/php.d/20-gettext.ini
132
+
133
+ - /etc/php.d/20-iconv.ini
134
+
135
+ - /etc/php.d/20-json.ini
136
+
137
+ - /etc/php.d/20-mbstring.ini
138
+
139
+ - /etc/php.d/20-mysqlnd.ini
140
+
141
+ - /etc/php.d/20-pdo.ini
142
+
143
+ - /etc/php.d/20-phar.ini
144
+
145
+ - /etc/php.d/20-sockets.ini
146
+
147
+ - /etc/php.d/20-sodium.ini
148
+
149
+ - /etc/php.d/20-sqlite3.ini
150
+
151
+ - /etc/php.d/20-tokenizer.ini
152
+
153
+ - /etc/php.d/30-mysqli.ini
154
+
155
+ - /etc/php.d/30-pdo_mysql.ini
156
+
157
+ - /etc/php.d/30-pdo_sqlite.ini
158
+
159
+ - /etc/php.d/40-zip.ini
160
+
161
+ You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
162
+
163
+
164
+
165
+
166
+
69
167
  ### 補足情報(FW/ツールのバージョンなど)
70
168
 
71
169
 

1

2020/06/10 08:52

投稿

panp
panp

スコア12

test CHANGED
File without changes
test CHANGED
@@ -3,6 +3,8 @@
3
3
  cd /var/www/htmlにlaravelのプロジェクトを作成し、laravelの初期画面を表示したい。
4
4
 
5
5
  現在、http://ipアドレス/プロジェクト名/public/を検索してもHTTPエラー500がでている。
6
+
7
+ http://ipアドレス/プロジェクト名で検索すると、index of プロジェクト名が表示され、ディレクトリ構成がみれる。
6
8
 
7
9
  apache,phpはインストール済みです。
8
10