🤔 Are you backing up your git repositories?

Nick Jones

CTO, Software Engineer, Indie Hacker

Laravel workers not reading .env changes

When using Redis caching in Laravel (5.3), make sure that you manually delete bootstrap/cache/config.php if you want Redis to start being used and your artisan cache:clear commands to have any effect.

I spotted this because my workers weren’t picking up changes to my .env file.