Running an artisan command forever with laravel forge?
问题 Can someone possibly advise how I can keep my custom artisan command running forever with the daemon? I saw the many tutorials with queues, however it doesn't exactly fit. I am trying to accomplish "subscribe" with pubnub's php library and this seems like the best way, unless I missed something? Thanks in advance! 回答1: If you run the artisan command from the command line - it can already run indefinitely/forever. You dont need to do anything. I have an application that has been running the