sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

Installing Redis PHP extension fails #160

Open luchtech opened 4 months ago

luchtech commented 4 months ago
image

For some reason, when I tried adding the Redis PHP Extension, I got that weird error.

I am using Mac btw if that even matters.

Any ideas?

luchtech commented 4 months ago

If anyone has found this issue as well, I recommend you to install the predis/predis Composer package for now while this is under investigation. In Laravel, just set the REDIS_CLIENT to predis temporarily.

sfx101 commented 3 months ago

@nabad600 can you please check @luchtech 's comment?

nabad600 commented 3 months ago

Hi @luchtech, Please share the PHP version

nabad600 commented 3 months ago

Hi @luchtech, If you use PHP version 8.2 so before start container edit the .env and edit INSTALL_ADDITIONAL_EXTENSIONS image image

luchtech commented 3 months ago

@nabad600 Actually, I already found the fix weeks before. There was this extra characters that messed up the shell script. When I removed these two ticks, the PECL extension is getting installed already.

image