apache Error Exception require(/vendor/magento/framework/registration.php):无法打开流:没有这样的文件或目录

643ylb08  于 6个月前  发布在  Apache
关注(0)|答案(1)|浏览(51)

我有一个Magento项目,当我运行 composer 安装我看到这个:

[ErrorException]                                                                                                                   
  require(vendor/magento/framework/registration.php): failed to open stream: No such file or directory

字符串
能帮我一下吗?

slmsl1lt

slmsl1lt1#

以下步骤解决了此错误:
1.从项目根目录删除供应商文件夹:rm -rf vendor
1.包含composer的扩展包:composer install

相关问题