类亮起支持作曲家更新后未找到作曲家(Laravel 5.1)



我在Laravel 5.1中有一个项目,我更新了作曲家,更新后立即出现以下错误:

> php artisan clear-compiled
  [ReflectionException]                             
  Class IlluminateSupportComposer does not exist  
Script php artisan clear-compiled handling the post-update-cmd event returned with error code 1

我在互联网上找到的所有可用信息都是针对 Laravel 5.2,我的是 Laravel 5.1。

我必须提到所有php artisan命令都不起作用,返回相同的错误。

为什么会发生这种情况,我该如何解决?

运行

composer update --no-scripts以删除不存在的包。

相关内容

  • 没有找到相关文章

最新更新