Logo OneBite.dev

AI stuff for devs, one bite at a time

Solve Class Redis not found on Laravel project

Do you encounter error Class Redis not found on Laravel project and looking for a solution how to resolve this bug?

Do you encounter error Class Redis not found on Laravel project and looking for a solution how to resolve this bug?

You might instal phpredis already, but you forgot to install redis itself.

brew services start redis
redis laravel