質問編集履歴

2

フォルダ構成の追加

2019/07/02 04:29

投稿

zushi0905
zushi0905

スコア683

test CHANGED
File without changes
test CHANGED
@@ -185,3 +185,39 @@
185
185
 
186
186
 
187
187
  ご助言お願い致します。
188
+
189
+
190
+
191
+ ### 追記 フォルダ構成
192
+
193
+ ```
194
+
195
+ .
196
+
197
+ ├── Classes
198
+
199
+ │   └── Sample.php
200
+
201
+ ├── composer.json
202
+
203
+ ├── composer.lock
204
+
205
+ ├── test.php
206
+
207
+ └── vendor
208
+
209
+ ├── autoload.php
210
+
211
+ ├── composer
212
+
213
+ ├── monolog
214
+
215
+ ├── phpoption
216
+
217
+ ├── psr
218
+
219
+ ├── symfony
220
+
221
+ └── vlucas
222
+
223
+ ```

1

a

2019/07/02 04:29

投稿

zushi0905
zushi0905

スコア683

test CHANGED
File without changes
test CHANGED
@@ -24,13 +24,13 @@
24
24
 
25
25
  hoge
26
26
 
27
- Fatal error: Uncaught Error: Class 'Sample\sampleClass' not found in /Users/sai_kawamura/php/ebay/test.php:19
27
+ Fatal error: Uncaught Error: Class 'Sample\sampleClass' not found in /Users/username/php/ebay/test.php:19
28
28
 
29
29
  Stack trace:
30
30
 
31
31
  #0 {main}
32
32
 
33
- thrown in /Users/sai_kawamura/php/ebay/test.php on line 19
33
+ thrown in /Users/username/php/ebay/test.php on line 19
34
34
 
35
35
  ```
36
36