0

Please help me. After moved, my Laravel project from one server to another server, push notification is not working. I am using Firebase for push notifications.

I checked and got that handle function of Job is not working But When I run php artisan queue:work then I received a notification. I can not run manually each time. Please guide me on how to run dynamically. Any suggestion. Please guide me

Previously its worked fine but after the server change, I am getting this issue.

Anuj Burnwal
  • 41
  • 1
  • 7

1 Answers1

0

Running this command could help.

nohup php artisan queue:work --daemon &

Reference

https://stackoverflow.com/a/28625847/8197140

Ayman
  • 1
  • 1