Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

howtorunwebsocketserveroncpanelwithratchetinLaravel

I make a laravel project in which I use ratchet for web sockets. To run the websocket server on my localhost I just go to my project directory on cmd and run this command in order to run my websocket server.

php artisan websocket:init > websocket.log & 

But I wanted to know how to run this websocket server continuously on my cpanel (online server), and how to stop this server from running state.

Comments