




ENV Old Settings =>

BROADCAST_DRIVER=log
QUEUE_CONNECTION=sync



ENV New Settings =>

BROADCAST_DRIVER=redis
QUEUE_CONNECTION=database




php artisan queue:table

php artisan queue:restart

php artisan queue:work


/////////////////////////////


php artisan config:cache
php artisan config:clear
php artisan cache:clear


php artisan event:cache
php artisan event:clear






1- open folder redis-server then open file redis-server.exe

2- open folder redis-server then open file redis-cli.exe

3- then open command prompet the excute(node server.js)

4- node server.js

5- php artisan queue:work



