最佳答案
I'm settin up my offline job server. I've read the documentation but I still don't really see the differences between the two commands: artisan queue:work --daemon
and artisan queue:listen
. Which command should I use for running my daemons?