Mmh should work just fine! Are you sure your .env is not cached for your website? You can clear that by running php artisan config:clear. Also did you try to restart the daemon?
Oct 7, 2018
3
Level 1
Queues aren't fired on Laravel Forge
Hi,
I use Laravel Forge to deploy my Laravel website.
Configuration of my .env for Redis and Queues:
QUEUE_CONNECTION=redis
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379
I run Worker As Daemon from Laravel Forge. No entry in laravel.log.
The problem is queue aren't fired...
Thanks.
Level 1
I solved the problem with production in Environment (Optional) on Laravel Forge Queue config.
Please or to participate in this conversation.