It's the first time I'm using heroku.
I was able to get my application on Heroku but there is still an issue.
My application uses Ratchet websocket so, for my app to work fully
I need to run: php server.php from my bin folder. Doing this locally is fine but I'm not sure how I would do this on heroku. I've tried to run it through Heroku bash and a few other ways but to no avail.