laravel项目出现Non-static method Redis::hGet() cannot be called statically的解决方法
Posted ytkah
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了laravel项目出现Non-static method Redis::hGet() cannot be called statically的解决方法相关的知识,希望对你有一定的参考价值。
早上ytkah在配置laravel项目中出现Non-static method Redis::hGet() cannot be called statically错误提示,很显然这是redis出问题了,search了一下大概是因为php自带了redis拓展和predis冲突了导致的。打开composer.json看到确实有一个predis扩展,代码如下。那就好办了!有冲突就要进行调解!为了项目的完整和调试的方便,我们可以把php安装的扩展暂时先停止了,刷新laravel项目果然可以了。
"predis/predis": "~1.0",
以上是关于laravel项目出现Non-static method Redis::hGet() cannot be called statically的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
static declaration follows non-static declaration
AndroidJavaException: java.lang.NoSuchMethodError: no non-static method with name='getStatusCode' si
ECSHOP安装或使用中提示Strict Standards: Non-static method cls_image: