回答編集履歴

2

5\.4 矢印

2017/06/12 11:14

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -24,4 +24,4 @@
24
24
 
25
25
 
26
26
 
27
- [Laravel 5.4 ルーティング](https://readouble.com/laravel/5.4/ja/routing.html) を参照ください。
27
+ [Laravel 5.3 ルーティング](https://readouble.com/laravel/5.3/ja/routing.html) を参照ください。

1

修正

2017/06/12 11:14

投稿

CHERRY
CHERRY

スコア25171

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  ```php
8
8
 
9
- Route::get('user/{code}', function ($id) {
9
+ Route::get('question/{code}', function ($id) {
10
10
 
11
11
  //
12
12
 
@@ -14,7 +14,7 @@
14
14
 
15
15
 
16
16
 
17
- Route::get('user/{category}/{code}', function ($category, $code) {
17
+ Route::get('question/{category}/{code}', function ($category, $code) {
18
18
 
19
19
  //
20
20