質問編集履歴

3

ファイル拡張子の記述ミスの修正

2015/11/25 01:36

投稿

Heidi
Heidi

スコア61

test CHANGED
File without changes
test CHANGED
@@ -142,7 +142,7 @@
142
142
 
143
143
  static public function index() {
144
144
 
145
- $result = file_exists ('jp.yml');
145
+ $result = file_exists ('jp.ini');
146
146
 
147
147
  var_dump($result); // 結果:false
148
148
 

2

コマンド実行結果を追記

2015/11/25 01:36

投稿

Heidi
Heidi

スコア61

test CHANGED
File without changes
test CHANGED
@@ -106,6 +106,8 @@
106
106
 
107
107
  homesteadにssh接続して実行。
108
108
 
109
+ コマンド実行結果:Generating autoload files
110
+
109
111
 
110
112
 
111
113
  app/Http/Controllers/TestController.php

1

説明に追記

2015/11/24 09:58

投稿

Heidi
Heidi

スコア61

test CHANGED
File without changes
test CHANGED
@@ -33,6 +33,10 @@
33
33
  ・laravel homesteadのバージョン:2.1.8
34
34
 
35
35
  ・OS:Ubuntu (14.04.3 LTS)
36
+
37
+ ・PHP 5.6
38
+
39
+ ・Laravel PHP 5.1
36
40
 
37
41
 
38
42