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.
-
Make sure to install redis Install Redis based on your OS
-
Make sure to run redis: example for mac user using brew
brew services start redis