回答編集履歴

1

修正

2017/09/07 09:50

投稿

fagai
fagai

スコア2158

test CHANGED
@@ -5,3 +5,15 @@
5
5
  Lara帳の方を見てみると、Requestではなく、ArticleRequestになっていますよね。
6
6
 
7
7
  なので、storeメソッドのRequestの部分をArticleRequestにすると解決すると思います。
8
+
9
+
10
+
11
+ ```
12
+
13
+ public function store(Request $request)
14
+
15
+
16
+
17
+ public function store(ArticleRequest $request)
18
+
19
+ ```