之前给laravel项目安装了 Dingo API

后面卸载了,进行api测试报错,找不到这个类

 

原因是在脚本文件使用了这个类,需要把它删除

使用sublime text 工具找到所有的引入,删除。

打开工具,在项目文件夹上右键,find in folder(在文件夹中查找)

 

如图,在项目中找到这个引用,删除这些不存在的类,就可以了

[Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Dingo' not found

 

相关文章:

  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2022-01-09
相关资源
相似解决方案