回答編集履歴
2
修正
test
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
```php
|
6
6
|
|
7
|
-
App\
|
7
|
+
App\Introduction::updateOrCreate(['user_id' => $user->id],$reqest->all());
|
8
8
|
|
9
9
|
|
10
10
|
|
@@ -13,3 +13,7 @@
|
|
13
13
|
|
14
14
|
|
15
15
|
参考:[Eloquent:利用の開始 5.6 Laravel](https://readouble.com/laravel/5.6/ja/eloquent.html)
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
(レコードのことだとは思いますがテーブルはなければ作成するもんじゃなくて予め作成しておくものです)
|
1
参考URL追加
test
CHANGED
@@ -9,3 +9,7 @@
|
|
9
9
|
|
10
10
|
|
11
11
|
```
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
参考:[Eloquent:利用の開始 5.6 Laravel](https://readouble.com/laravel/5.6/ja/eloquent.html)
|