为什么@inject 方法在实时服务器上不起作用

why @inject method is not working on the live server

我正在开发 laravel 5 应用程序。在我的代码中,我注入了我在 App/Utilities/class.php 中创建的 class。在我的 homestead 机器上它工作正常,我使用 forge 将文件推送到托管在 Digital ocean 上的服务器并且一切正常,直到 3 天前我开始收到 Class not Found 错误。

你遇到过这样的错误吗? 你怎么能解决它?

可能是作曲家自动加载问题。试试这个:

composer dump-autoload -o