質問編集履歴

1

route:listの内容を追加

2018/08/03 01:07

投稿

carrot0001
carrot0001

スコア24

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,29 @@
17
17
  なんとかhttp://123.45.678.900/ABC-DEFを表示させる方法はないでしょうか?
18
18
 
19
19
  よろしくお願いいたします。
20
+
21
+
22
+
23
+ ----
24
+
25
+ 追記
26
+
27
+
28
+
29
+ route:listはこんな感じです
30
+
31
+
32
+
33
+ +--------+----------+--------------------------------+------+-------------------------------------------------------+--------------+
34
+
35
+ | Domain | Method | URI | Name | Action | Middleware |
36
+
37
+ +--------+----------+--------------------------------+------+-------------------------------------------------------+--------------+
38
+
39
+ | | GET|HEAD | / | | Closure | web |
40
+
41
+ | | GET|HEAD | VMR-EPS | | App\Http\Controllers\LoginController@index | web |
42
+
43
+ | | GET|HEAD | api/user | | Closure | api,auth:api |
44
+
45
+ +--------+----------+--------------------------------+------+-------------------------------------------------------+--------------+