質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,4 +18,38 @@
|
|
18
18
|
|
19
19
|
|
20
20
|
公式ドキュメントは役に立たず、全く起動ができません。
|
21
|
-
簡潔なインストール、起動方法を教えてください。
|
21
|
+
簡潔なインストール、起動方法を教えてください。
|
22
|
+
|
23
|
+
|
24
|
+
---
|
25
|
+
|
26
|
+
追記
|
27
|
+
|
28
|
+
```
|
29
|
+
Installing dependencies (including require-dev) from lock file
|
30
|
+
Your requirements could not be resolved to an installable set of packages.
|
31
|
+
|
32
|
+
Problem 1
|
33
|
+
- Installation request for danielstjules/stringy 1.9.0 -> satisfiable by danielstjules/stringy[1.9.0].
|
34
|
+
- danielstjules/stringy 1.9.0 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
|
35
|
+
Problem 2
|
36
|
+
- Installation request for laravel/framework v5.0.16 -> satisfiable by laravel/framework[v5.0.16].
|
37
|
+
- laravel/framework v5.0.16 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.
|
38
|
+
Problem 3
|
39
|
+
- Installation request for phpunit/phpunit 4.5.0 -> satisfiable by phpunit/phpunit[4.5.0].
|
40
|
+
- phpunit/phpunit 4.5.0 requires ext-dom * -> the requested PHP extension dom is missing from your system.
|
41
|
+
|
42
|
+
To enable extensions, verify that they are enabled in your .ini files:
|
43
|
+
- /etc/php.ini
|
44
|
+
- /etc/php.d/curl.ini
|
45
|
+
- /etc/php.d/fileinfo.ini
|
46
|
+
- /etc/php.d/json.ini
|
47
|
+
- /etc/php.d/phar.ini
|
48
|
+
- /etc/php.d/zip.ini
|
49
|
+
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
|
50
|
+
```
|
51
|
+
laravelのプロジェクト内でcomposer installをしたら上のようなエラーが出ました。
|
52
|
+
|
53
|
+
laravelを使う時はこのようなエラーが出るのは前提なのですか?さっぱり分かりません
|
54
|
+
|
55
|
+
何をすれば解決できましか。
|