laravel 出現的問題總結

1.出現"Non-static method Redis::hGet() cannot be called statically", 緣由是由於PHP自帶了redis拓展和predis衝突了致使的。 解決方法是use Redis改成use Illuminate\Support\Facades\Redis便可解決!!
相關文章
相關標籤/搜索