I have a page which supports some kind of mail notificiation. When user inserts some data, I want to send mail to another. I know, Mail::send()
works perfectly, but it is slow. So I want to push this mail to queue. I use iron.io as provider. Everything works perfectly until I close console.
So is it possible to run php artisan queue:listen
forever after I close console on Win and Linux?