Guest User

Untitled

a guest
Jun 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. Go to root directory of the repo that contains index.html which dictates the main HTML page.
  2. touch composer.json //run this to create a file called composer.json.
  3. {} //add this inside composer.json
  4. touch index.php //run this to create a file called index.php.
  5. <?php include_once("index.html"); ?> //add this inside index.php
  6. it push heroku master //this will deploy the app-- check it out!
Add Comment
Please, Sign In to add comment