Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 361 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 361 Bytes

Setup Deployment

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