开发服务器上的Laravel 5.2类加载错误

时间:2016-08-08 18:53:35

标签: php laravel-5.2

所以我在我的localhost上有这个应用程序运行得非常好。但是,在我部署到开发服务器上之后,我认为Class Loader没有正确加载第三方类。

ErrorException in ClassLoader.php line 412:
include(/www/message360.com/webrtc-dev/vendor/composer/../../app/libs/message360/library/message360.php): failed to open stream: No such file or directory
in ClassLoader.php line 412
at HandleExceptions->handleError('2', 'include(/www/message360.com/webrtc-dev/vendor/composer/../../app/libs/message360/library/message360.php): failed to open stream: No such file or directory', '/www/message360.com/webrtc-dev/vendor/composer/ClassLoader.php', '412', array('file' => '/www/message360.com/webrtc-dev/vendor/composer/../../app/libs/message360/library/message360.php')) in ClassLoader.php line 412
at include() in ClassLoader.php line 412

有谁知道它为什么会这样出现?

我正在用户控制器中导入该类

use Message360API\Lib\Message360;

第三方类的文件位于:

/www/message360.com/webrtc-dev/app/Libs/message360/library

0 个答案:

没有答案