質問編集履歴

2

composer.json追記

2018/03/04 02:28

投稿

alche
alche

スコア11

test CHANGED
File without changes
test CHANGED
@@ -75,3 +75,25 @@
75
75
  drwxr-xr-x 4 webapp webapp 4096 Mar 4 00:57 assets
76
76
 
77
77
  [ec2-user@ip-9-9-9-9 html]$
78
+
79
+
80
+
81
+ -------------------------------------------------------------------
82
+
83
+ composer.json
84
+
85
+
86
+
87
+ {
88
+
89
+ "require": {
90
+
91
+ "silex/silex": "~1.0",
92
+
93
+ "twig/twig": ">=1.8,<2.0-dev"
94
+
95
+ },
96
+
97
+ "minimum-stability": "dev"
98
+
99
+ }

1

ls追記

2018/03/04 02:27

投稿

alche
alche

スコア11

test CHANGED
File without changes
test CHANGED
@@ -55,3 +55,23 @@
55
55
 
56
56
 
57
57
  htaccessへの追記など、何か必要ですか?
58
+
59
+
60
+
61
+ ------------------------------------------------------------------
62
+
63
+
64
+
65
+ [ec2-user@ip-9-9-9-9 html]$ ls -ltrA web
66
+
67
+ total 16
68
+
69
+ -rw-r--r-- 1 webapp webapp 62 Feb 22 14:31 index.php
70
+
71
+ -rw-r--r-- 1 webapp webapp 1073 Feb 26 18:18 .htaccess
72
+
73
+ drwxr-xr-x 8 webapp webapp 4096 Mar 4 00:57 app
74
+
75
+ drwxr-xr-x 4 webapp webapp 4096 Mar 4 00:57 assets
76
+
77
+ [ec2-user@ip-9-9-9-9 html]$