質問編集履歴

2

追加の症状を記述しました

2019/07/01 12:12

投稿

memimemi
memimemi

スコア25

test CHANGED
File without changes
test CHANGED
@@ -95,3 +95,19 @@
95
95
  remote:
96
96
 
97
97
  ```
98
+
99
+
100
+
101
+ 追記
102
+
103
+
104
+
105
+ remote: In ProviderRepository.php line 208:
106
+
107
+ remote:
108
+
109
+ remote: Class 'Barryvdh\Debugbar\ServiceProvider' not found
110
+
111
+
112
+
113
+ config/app.phpの中の同様の記述を消してみたのですが、解決に至りませんでした・・・

1

追記

2019/07/01 12:12

投稿

memimemi
memimemi

スコア25

test CHANGED
File without changes
test CHANGED
@@ -37,3 +37,61 @@
37
37
 
38
38
 
39
39
  ご教授頂けましたら幸いです。
40
+
41
+
42
+
43
+
44
+
45
+ ◆追記
46
+
47
+ git push heroku masterの時点で以下のようなエラーが出ていました。
48
+
49
+ comporser updateを行ってみたのですがエラーには変化なしでした。
50
+
51
+
52
+
53
+ ```ここに言語を入力
54
+
55
+ remote: ! ERROR: Dependency installation failed!
56
+
57
+ remote: !
58
+
59
+ remote: ! The 'composer install' process failed with an error. The cause
60
+
61
+ remote: ! may be the download or installation of packages, or a pre- or
62
+
63
+ remote: ! post-install hook (e.g. a 'post-install-cmd' item in 'scripts')
64
+
65
+ remote: ! in your 'composer.json'.
66
+
67
+ remote: !
68
+
69
+ remote: ! Typical error cases are out-of-date or missing parts of code,
70
+
71
+ remote: ! timeouts when making external connections, or memory limits.
72
+
73
+ remote: !
74
+
75
+ remote: ! Check the above error output closely to determine the cause of
76
+
77
+ remote: ! the problem, ensure the code you're pushing is functioning
78
+
79
+ remote: ! properly, and that all local changes are committed correctly.
80
+
81
+ remote: !
82
+
83
+ remote: ! For more information on builds for PHP on Heroku, refer to
84
+
85
+ remote: ! https://devcenter.heroku.com/articles/php-support
86
+
87
+ remote: !
88
+
89
+ remote: ! REMINDER: the following warnings were emitted during the build;
90
+
91
+ remote: ! check the details above, as they may be related to this error:
92
+
93
+ remote: ! - There was a class not found error in your code
94
+
95
+ remote:
96
+
97
+ ```