I am using laravel queues for commenting on the facebook post. When ever i recieve data from facebook webhook, based on the recieved details i am commenting on the post. To
I had the same trouble, if you are using laravel 5.7, use this in .env file
QUEUE_CONNECTION=database
after, clear config cache like this
php artisan config:cache