質問編集履歴

1

$wordの表示(コード)

2019/12/28 02:01

投稿

Ms.yy
Ms.yy

スコア83

test CHANGED
File without changes
test CHANGED
@@ -334,6 +334,32 @@
334
334
 
335
335
 
336
336
 
337
+
338
+
339
+ ###PostController($wordだけでもちゃんと表示できています。)
340
+
341
+ ```
342
+
343
+ public function search2(Request $request){
344
+
345
+
346
+
347
+ $word = $request->word;
348
+
349
+
350
+
351
+ print $word;
352
+
353
+ }
354
+
355
+ ```
356
+
357
+
358
+
359
+
360
+
361
+
362
+
337
363
 
338
364
 
339
365
  ### 補足情報(FW/ツールのバージョンなど)