Laravel queues not working

后端 未结 9 1047
梦谈多话
梦谈多话 2020-12-31 01:02

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

9条回答
  •  北海茫月
    2020-12-31 01:34

    Don't make the same mistake as me,

    I was running php artisan queue:work in the wrong directory.

    Only wasted 30 minutes, could have been longer.

提交回复
热议问题