回答編集履歴

1

環境構築検証

2016/01/09 14:30

投稿

izkn
izkn

スコア1698

test CHANGED
@@ -37,3 +37,39 @@
37
37
  ```
38
38
 
39
39
  以上です。
40
+
41
+
42
+
43
+ ---
44
+
45
+ 下記実行にて、PHP5.6の環境になりました。
46
+
47
+ ```lang-bash
48
+
49
+ % vagrant box add laravel/homestead
50
+
51
+ % git clone -b 2.0 https://github.com/laravel/homestead.git Homestead
52
+
53
+
54
+
55
+ vagrant@homestead:~$ php -v
56
+
57
+ PHP 5.6.15-1+deb.sury.org~trusty+1 (cli)
58
+
59
+ Copyright (c) 1997-2015 The PHP Group
60
+
61
+ Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies
62
+
63
+ with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2015, by Zend Technologies
64
+
65
+ with Xdebug v2.3.2, Copyright (c) 2002-2015, by Derick Rethans
66
+
67
+ with blackfire v1.6.0, https://blackfire.io, by Blackfireio Inc.
68
+
69
+
70
+
71
+ vagrant@homestead:~$
72
+
73
+ ```
74
+
75
+ では、これにて。