OneBite.Dev - Coding blog in a bite size

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