Class "Redis" Not Found laravel 8, using phpredis
I am using laravel 8, and it is throwing error, when ever I tried to run: php artsian config:clear On laravel, this is my config value (because I am trying to use phpredis): 'client' => env('REDIS_CLIENT', 'phpredis'), I could use…