You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get the output of the task which for testing purposes is this:
echo"Hello to a world."
sleep 3
ls -l
echo"Goodbye to a world."
My goal is to get the outputs of the commands and broadcast them so I can have a "live" terminal output on the frontend using Laravel Echo. However I am having issues at the moment, I have tried this:
I am trying to get the output of the task which for testing purposes is this:
My goal is to get the outputs of the commands and broadcast them so I can have a "live" terminal output on the frontend using Laravel Echo. However I am having issues at the moment, I have tried this:
...and even to get output using while loop and checking for success status but nothing seems to have worked.
Any ideas?
The text was updated successfully, but these errors were encountered: