回答編集履歴
1
Form Method Spoofingに関してもリンクを貼る
answer
CHANGED
@@ -4,4 +4,11 @@
|
|
4
4
|
Laravel5.5のCSRFに関しては
|
5
5
|
https://laravel.com/docs/5.5/csrf
|
6
6
|
|
7
|
-
なのでまずは使用しているLaravelのバージョンを調べてみてはいかがでしょうか。
|
7
|
+
なのでまずは使用しているLaravelのバージョンを調べてみてはいかがでしょうか。
|
8
|
+
|
9
|
+
※Form Method Spoofingに関して(@method('POST')の部分)も
|
10
|
+
5.6
|
11
|
+
https://laravel.com/docs/5.6/routing
|
12
|
+
|
13
|
+
5.5
|
14
|
+
https://laravel.com/docs/5.5/routing#form-method-spoofing
|