質問編集履歴

3

文法の修正

2018/06/26 11:41

投稿

shosho
shosho

スコア11

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  $request->session()->put('msg',$form);
80
80
 
81
- return redirect('/hello/section');
81
+ return redirect('/hello/session');
82
82
 
83
83
  }
84
84
 

2

書式の改善

2018/06/26 11:41

投稿

shosho
shosho

スコア11

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
 
16
16
 
17
+ session.blade.php
17
18
 
18
-
19
- ```session.blade.php
19
+ ```
20
20
 
21
21
  <html>
22
22
 
@@ -44,7 +44,11 @@
44
44
 
45
45
  ```
46
46
 
47
+
48
+
47
- ```HelloController.php
49
+ HelloController.php
50
+
51
+ ```
48
52
 
49
53
  <?php
50
54
 
@@ -84,7 +88,11 @@
84
88
 
85
89
  ```
86
90
 
91
+
92
+
87
- ```web.php
93
+ web.php
94
+
95
+ ```
88
96
 
89
97
  Route::get('hello/session', 'HelloController@get');
90
98
 

1

誤字

2018/06/26 11:40

投稿

shosho
shosho

スコア11

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  hello/sessionにアクセスし、フォームに記入し送信すると/hello/hello/sessionにアクセスされPage Not Foundエラーが出てしまいます。
4
4
 
5
+ どうしたら解決できるでしょうか?
5
6
 
7
+ よろしくおねがいします。
6
8
 
7
9
 
8
10