建议修改composer.json

 

require 节点如下:

"require": {
"php": ">=5.5.9",
"laravel/lumen-framework": "5.1.*",
"vlucas/phpdotenv": "~1.0",
"predis/predis": "1.0.3",
"illuminate/redis" : "5.1.*"
},

执行 composer install

 

redis 默认配置文件地址:

\vendor\laravel\lumen-framework\config\database.php  redis 节点 修改IP地址密码

相关文章:

  • 2021-09-08
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-22
  • 2021-11-21
  • 2021-05-19
  • 2021-12-20
  • 2021-12-30
相关资源
相似解决方案