laravel 问题 Class 'Predis\Client' not found

刚开始使用composer 下载predis,可是下载路径不在 laravel 的vendor 下,而后运行代码时php $redis = Redis::connection(); $redis->set('name', 'Taylor'); $name = $redis->get('name'); dd($name); 老是报错 Class 'Predis\Client' not found i
相关文章
相关标签/搜索