When running laravel you get errors if redis is allowed in the .env file.
- sudo apt install php-dev php-pear
- sudo pecl install redis
- sudo nano /etc/php/8.0/mods-available/redis.ini
- extension=redis.so
- sudo systemctl restart apache2
When running laravel you get errors if redis is allowed in the .env file.