Closing terminal/console shuts down the artisan command #36
Unanswered
JPeterson2015
asked this question in
Q&A
Replies: 1 comment
-
Yes! You can use nohup for that. So your command would look like this:
You may replace the You may also use If you're looking for a more robust solution you can daemonize the process. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I run the artisan command to start listening for hashtags and then close my servers console the artisan command stops running...
Is there a proper way to do this?
Beta Was this translation helpful? Give feedback.
All reactions