Install the Heroku CLI:
sudo snap install --classic heroku
Sign Up and create app:
heroku apps:create cp-twilio
Login and Push:
heroku login
heroku git:clone -a cp-twilio
Setup dependency files for Heroku PHP App:
echo '<?php include_once("index.html"); ?>' > index.php
echo '{}' > composer.json