php中laravel报错Deprecated: Method ReflectionParameter::getClass() is deprecated in

1,341 阅读1分钟

laravel报错:Deprecated: Method ReflectionParameter::getClass() is deprecated in 如图

image.png 问了newbing

image.png 然后在网上查到且实行有效的方法是,修改laravel项目中依赖库的配置文件Container.php 具体路径: first\vendor\laravel\framework\src\Illuminate\Container 其中的first是laravel项目最外层; image.png 我这里有两处修改 修改前:

image.png

image.png 修改后:

image.png

image.png 就可以运行了

image.png 版本:

image.png

主要应该还是版本不匹配的原因

声明:仅个人经验,供参考,如有问题,欢迎指出,共同探讨,谢谢