Support the ongoing development of Laravel.io →
Laravel Database Nova
Last updated by @creatiquemedia 1 year ago.
0

Hello,

Can you confirm your PHP and the Laravel version that you are using?

It looks like that your current PHP version is not compatible with Redis.

Last updated 1 year ago.

creatiquemedia liked this reply

1
moderator

Hello @creatiquemedia

I think a package or part of the project does something strange.

You can see that in the end of a composer update command it will run php artisan package:discover --ansi that is a default behavior for a Laravel project.
The strange part is that somewhere in the code it tried to connect to redis. That shouldn't be a part of that commando.

I think you need to read the laravel log ( normally you can find the log files in storage/logs/ ) to check the stacktrace for the source of this problem.

creatiquemedia liked this reply

1

The version of PHP I am running is:

php -v PHP 8.2.3 (cli) (built: Feb 15 2023 00:34:20) (NTS)

PHP Redis is installed and used for this project. I have the REDIS_CLIENT set to phpredis.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.