gpt4 book ai didi

laravel - Lumen 首次安装 - ReflectionException : Class redis does not exist

转载 作者:行者123 更新时间:2023-12-04 03:02:07 31 4
gpt4 key购买 nike

我在玩 Lumen,我通过 Lumen 安装程序安装了它。我做完之后composer install ,我尝试使用 artisan但它会引发以下错误:

ReflectionException: Class redis does not exist in Container.php on line 752

我的 Composer .json:
"require": {
"php": ">=7",
"ext-pdo_pgsql": "*",
"ext-soap": "*",
"guzzlehttp/guzzle": "^6.3",
"laravel/lumen-framework": "5.5.*",
"laravel/tinker": "^1.0",
"vlucas/phpdotenv": "~2.2"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.4",
"doctrine/dbal": "^2.5"
},

提前致谢。

最佳答案

我有同样的。

解决方案:

composer require illuminate/redis

通过调用在 bootstrap/app.php 中注册它
$app->register(Illuminate\Redis\RedisServiceProvider::class); 

在文件中的注册服务提供商下。

来自 this aricle .

关于laravel - Lumen 首次安装 - ReflectionException : Class redis does not exist,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48315685/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com