質問編集履歴

5

引継ぎ者と環境の差異について記述しました。

2019/05/17 02:45

投稿

DDon
DDon

スコア37

test CHANGED
File without changes
test CHANGED
@@ -90,4 +90,8 @@
90
90
 
91
91
 
92
92
 
93
+ 前に担当していた方はdocker上でlaravelを動かしていたそうなのですが、こちらもdockerにすることで解決する問題なのでしょうか。
94
+
95
+
96
+
93
97
  解決方法をご教授頂けると幸いです。

4

コマンドの入力ミスを記述してしまいました。

2019/05/17 02:45

投稿

DDon
DDon

スコア37

test CHANGED
File without changes
test CHANGED
@@ -13,24 +13,6 @@
13
13
 
14
14
 
15
15
  [Symfony\Component\HttpKernel\Exception\NotFoundHttpException]
16
-
17
- ```
18
-
19
- 「>php artisan routes.:list -vvv」を実行した場合
20
-
21
- ```ここに言語を入力
22
-
23
- php artisan routes.:list -vvv
24
-
25
- [Symfony\Component\Console\Exception\CommandNotFoundException]
26
-
27
- There are no commands defined in the "routes." namespace.
28
-
29
-
30
-
31
- Did you mean this?
32
-
33
- route
34
16
 
35
17
  ```
36
18
 

3

「php artisan routes.:list -vvv」を実行した場合のエラーを記述しました。

2019/05/17 02:02

投稿

DDon
DDon

スコア37

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,23 @@
16
16
 
17
17
  ```
18
18
 
19
+ 「>php artisan routes.:list -vvv」を実行した場合
19
20
 
21
+ ```ここに言語を入力
22
+
23
+ php artisan routes.:list -vvv
24
+
25
+ [Symfony\Component\Console\Exception\CommandNotFoundException]
26
+
27
+ There are no commands defined in the "routes." namespace.
28
+
29
+
30
+
31
+ Did you mean this?
32
+
33
+ route
34
+
35
+ ```
20
36
 
21
37
  ブラウザでページにアクセスを試みたところ、「Sorry, the page you are looking for could not be found.」と表示されてしまいます。
22
38
 

2

先ほどの修正は間違いでした。この変更が正しいです。

2019/05/17 01:59

投稿

DDon
DDon

スコア37

test CHANGED
File without changes
test CHANGED
@@ -8,27 +8,11 @@
8
8
 
9
9
  php artisan route:list
10
10
 
11
-
12
-
13
- In Connection.php line 664:
11
+ In Application.php line 937:
14
12
 
15
13
 
16
14
 
17
- (SQL: select * from `system_master`)
18
-
19
-
20
-
21
-
22
-
23
- In PDOConnection.php line 31:
15
+ [Symfony\Component\HttpKernel\Exception\NotFoundHttpException]
24
-
25
-
26
-
27
-
28
-
29
-
30
-
31
- In PDOConnection.php line 27:
32
16
 
33
17
  ```
34
18
 

1

原因はわかりませんが、「php artisan route:list」を実行したときのエラーの内容が変わりました。

2019/05/16 10:04

投稿

DDon
DDon

スコア37

test CHANGED
File without changes
test CHANGED
@@ -10,11 +10,25 @@
10
10
 
11
11
 
12
12
 
13
- In Application.php line 937:
13
+ In Connection.php line 664:
14
14
 
15
15
 
16
16
 
17
+ (SQL: select * from `system_master`)
18
+
19
+
20
+
21
+
22
+
17
- [Symfony\Component\HttpKernel\Exception\NotFoundHttpException]
23
+ In PDOConnection.php line 31:
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+ In PDOConnection.php line 27:
18
32
 
19
33
  ```
20
34