laravel 問題 Class 'Predis\Client' not found

剛開始使用composer 下載predis,但是下載路徑不在 laravel 的vendor 下,然後運行代碼時 $redis = Redis::connection(); $redis->set('name', 'Taylor'); $name = $redis->get('name'); dd($name); 總是報錯 Class 'Predis\Client' not found in L
相關文章
相關標籤/搜索