作曲家更新-网站停止工作



我使用cmd窗口更新了Composer,得到了这些错误:

[SymfonyComponentDebugExceptionFatalErrorException]
Class 'DarryldecodeCartCartServiceProvider' not found

Script php artisan clear-compiled handling the pre-update-cmd event returned    with an error

[RuntimeException]
Error Output:

这个网站还没有上线,我正在用xampp运行它。现在,当我试图通过localhost访问我的网站时,我得到这个错误:

fatalerroreexception在ProviderRepository.php第146行:类"DarryldecodeCartCartServiceProvider"未找到。

在app.php文件中我有:

DarryldecodeCartCartServiceProvider::class,

中的

,以及:

'Cart'      => DarryldecodeCartFacadesCartFacade::class,

在别名。

有什么办法让网站回来吗?

谢谢!

取消此步骤临时删除

DarryldecodeCartCartServiceProvider::class,

'Cart'      => DarryldecodeCartFacadesCartFacade::class,
类型命令

composer update

然后添加这个类因为当你更新composer时,他会尝试在添加项目之前找到这个路径,更新composer后,这个类添加到文件夹

相关内容

  • 没有找到相关文章

最新更新