質問編集履歴

1

追記

2017/07/28 17:00

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,71 @@
39
39
  公式ドキュメントは役に立たず、全く起動ができません。
40
40
 
41
41
  簡潔なインストール、起動方法を教えてください。
42
+
43
+
44
+
45
+
46
+
47
+ ---
48
+
49
+
50
+
51
+ 追記
52
+
53
+
54
+
55
+ ```
56
+
57
+ Installing dependencies (including require-dev) from lock file
58
+
59
+ Your requirements could not be resolved to an installable set of packages.
60
+
61
+
62
+
63
+ Problem 1
64
+
65
+ - Installation request for danielstjules/stringy 1.9.0 -> satisfiable by danielstjules/stringy[1.9.0].
66
+
67
+ - danielstjules/stringy 1.9.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
68
+
69
+ Problem 2
70
+
71
+ - Installation request for laravel/framework v5.0.16 -> satisfiable by laravel/framework[v5.0.16].
72
+
73
+ - laravel/framework v5.0.16 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
74
+
75
+ Problem 3
76
+
77
+ - Installation request for phpunit/phpunit 4.5.0 -> satisfiable by phpunit/phpunit[4.5.0].
78
+
79
+ - phpunit/phpunit 4.5.0 requires ext-dom * -> the requested PHP extension dom is missing from your system.
80
+
81
+
82
+
83
+ To enable extensions, verify that they are enabled in your .ini files:
84
+
85
+ - /etc/php.ini
86
+
87
+ - /etc/php.d/curl.ini
88
+
89
+ - /etc/php.d/fileinfo.ini
90
+
91
+ - /etc/php.d/json.ini
92
+
93
+ - /etc/php.d/phar.ini
94
+
95
+ - /etc/php.d/zip.ini
96
+
97
+ You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
98
+
99
+ ```
100
+
101
+ laravelのプロジェクト内でcomposer installをしたら上のようなエラーが出ました。
102
+
103
+
104
+
105
+ laravelを使う時はこのようなエラーが出るのは前提なのですか?さっぱり分かりません
106
+
107
+
108
+
109
+ 何をすれば解決できましか。