Skip to content

Tacosheel/Heroku-Static-Site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Static Website

A tutorial on making a static website on Heroku

GitHub GitHub last commit Website

Steps

  1. Add a file called composer.json and inside add: {}
  2. Add a file called index.php and inside add: <?php include_once("home.html"); ?>
  3. Rename the homepage (e.g. index.html) to home.html

Done! Visit your deployed static website, hosted by Heroku (as a fake PHP app)