質問編集履歴

1

```php

2019/02/08 02:31

投稿

ms5025
ms5025

スコア292

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,8 @@
9
9
 
10
10
 
11
11
  コントローラ側
12
+
13
+ ```php
12
14
 
13
15
  namespace App\Controllers;
14
16
 
@@ -66,7 +68,7 @@
66
68
 
67
69
  }
68
70
 
69
-
71
+ ```
70
72
 
71
73
  のようなルーティングにしたいのですが、
72
74
 
@@ -80,8 +82,12 @@
80
82
 
81
83
  できれば
82
84
 
85
+ ```php
86
+
83
87
  Route::get('/hoge', 'hogeController @index');
84
88
 
85
89
  Route::get('/hoge/goodmorning', 'hogeController @harehare');
86
90
 
91
+ ```
92
+
87
93
  のようにはしたくないのですが・・・