質問編集履歴

3

読みやすいように

2016/11/23 11:27

投稿

kalon
kalon

スコア198

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,8 @@
1
1
  テキストエリアに文字を入力して送信を押すと、どんな文字が入力されたのかテキストエリアの上に表示されるシンプルなformを試しに書いてみたのですが、
2
2
 
3
- hi.blade.php内のフォームとroutes.phpはpostでデータを渡すように設定しているだけなのですが、http://localhost:8000/hiにアクセスすると
3
+ hi.blade.php内のフォームとroutes.phpはpostでデータを渡すように設定しているだけなのですが、
4
+
5
+ http://localhost:8000/hiにアクセスすると
4
6
 
5
7
  MethodNotAllowedHttpException in RouteCollection.php line 218:
6
8
 

2

タイトルの変更

2016/11/23 11:27

投稿

kalon
kalon

スコア198

test CHANGED
@@ -1 +1 @@
1
- [Laravel]ビュー内のformをpostにするとMethodNotAllowedHttpExceptionが起きる
1
+ [Laravel5.1]ビュー内のformをpostにするとMethodNotAllowedHttpExceptionが起きる
test CHANGED
File without changes

1

誤字修正

2016/11/23 11:22

投稿

kalon
kalon

スコア198

test CHANGED
File without changes
test CHANGED
@@ -164,7 +164,7 @@
164
164
 
165
165
  <p><?php echo $message; ?></p>
166
166
 
167
- <form method="post" action="/hi2">
167
+ <form method="post" action="/hi">
168
168
 
169
169
  {{ csrf_field() }}
170
170