Laravel 5.2 Queue and Jobs - Not Pushing to Jobs DB
As
php artisan config:clear
wasn't working for me i was able to make it work using:
php artisan config:cache
In Laravel 6.x , edit this in /env : QUEUE_CONNECTION=sync => QUEUE_CONNECTION=database then handle data can insert jobs table
Well... I am dumb....
php artisan config:clear
I didn't clear the cache of the config.... wow...