找不到“App \ providers \ RepositoryServiceProvider”类

找不到“App \ providers \ RepositoryServiceProvider”类

问题描述:

In local everything is very good but after copy my code to shared server i get this error

Class 'App\providers\RepositoryServiceProvider' not found

And i can't do any thing by composer because my server is not allowing this. what can i do?

在本地一切都很好但是将我的代码复制到共享服务器后我得到了这个错误 p>

类'App \ providers \ RepositoryServiceProvider'未找到 p> blockquote>

我无法做作曲家的任何事情,因为我的服务器 不允许这样做。 我该怎么办? p> div>

First of all as @cbaconnier said, your path might be wrong, change it to: App\Providers\RepositoryServiceProvider

The bad news is that most likely you don't have the package installed. Maybe try and sort the composer issue on your server, i doubt this will be the only package missing without running a composer install.