valeh3665
Laravel Deployment Issue - Class "Redis" Not Found in PhpRedisConnector.php
Hi @Angelo, yes, the goal is to use Redis as a queue in my case. While checking the data section of Redis, I noticed interaction with PHP after adding ext-redis as a Composer package. However, my intention was to achieve this without installing the Redis extension. In my local development Dockerfile, I have included the Redis extension installation step, which is currently sufficient for using Redis functionality. Additionally, for this or another purpose, how can I add PHP extensions to my build step?
10 replies