質問編集履歴

1

エラーの全文を追加

2016/04/01 03:31

投稿

Auxo
Auxo

スコア34

test CHANGED
File without changes
test CHANGED
@@ -35,3 +35,53 @@
35
35
  そもそも「5.1」と「5.1.11」で依存ライブラリが変更されるほど大きな変更があったのでしょうか?
36
36
 
37
37
  5.1はLTSということで触ってみようと思ったのですが・・・
38
+
39
+
40
+
41
+
42
+
43
+ ※実行時のエラーの全文は次の通りです
44
+
45
+ ```ここに言語を入力
46
+
47
+ Installing laravel/laravel (v5.1.11)
48
+
49
+ - Installing laravel/laravel (v5.1.11)
50
+
51
+ Loading from cache
52
+
53
+
54
+
55
+ Created project in quickstart
56
+
57
+ > php -r "copy('.env.example', '.env');"
58
+
59
+ > php artisan clear-compiled
60
+
61
+ PHP Warning: require(/home/example/quickstart/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /home/example/quickstart/bootstrap/autoload.php on line 17
62
+
63
+ PHP Fatal error: require(): Failed opening required '/home/example/quickstart/bootstrap/../vendor/autoload.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/example/quickstart/bootstrap/autoload.php on line 17
64
+
65
+ Script php artisan clear-compiled handling the pre-update-cmd event returned with an error
66
+
67
+
68
+
69
+
70
+
71
+ [RuntimeException]
72
+
73
+ Error Output: PHP Warning: require(/home/example/quickstart/bootstrap/../vendor/autoload.php): failed to open stream: No suc
74
+
75
+ h file or directory in /home/example/quickstart/bootstrap/autoload.php on line 17
76
+
77
+ PHP Fatal error: require(): Failed opening required '/home/example/quickstart/bootstrap/../vendor/autoload.php' (include_pat
78
+
79
+ h='.:/usr/share/pear:/usr/share/php') in /home/example/quickstart/bootstrap/autoload.php on line 17
80
+
81
+
82
+
83
+
84
+
85
+ create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [--] [<package>] [<directory>] [<version>]
86
+
87
+ ```