質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
```ここに言語を入力
|
7
7
|
HelloController.php
|
8
|
-
$items = DB::table(
|
8
|
+
$items = DB::table('list')->get();
|
9
9
|
|
10
10
|
index.blade.php
|
11
11
|
@foreach ($items as $item)
|