回答編集履歴
1
リンク先の修正(laravelのバージョン合わせました)
test
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
```$row``` をdumpすれば、理由は分か
|
1
|
+
```$row``` をdumpすれば、理由は分かると思いますよ。
|
2
2
|
|
3
3
|
|
4
4
|
|
5
5
|
Collectionの、groupByのコールバックを使うなら、```function()```に渡される引数がどんなものなのかを、きちんと理解して使いましょう。
|
6
6
|
|
7
|
-
リファレンスも読んでくださいネ。[collection:groupBy](https://readouble.com/laravel/5.
|
7
|
+
リファレンスも読んでくださいネ。[collection:groupBy](https://readouble.com/laravel/5.8/ja/collections.html#method-groupby)
|
8
8
|
|
9
9
|
|
10
10
|
|