Skip to content

Instantly share code, notes, and snippets.

@joekarasek
Created February 11, 2017 23:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joekarasek/4ef748476715fee3d2b8306b0c2b3484 to your computer and use it in GitHub Desktop.
Save joekarasek/4ef748476715fee3d2b8306b0c2b3484 to your computer and use it in GitHub Desktop.
Files Needed for Silex Heroku Deployment
{
"name": "silex-heroku-hello",
"require": {
"php": ">=5.3.0",
"silex/silex": "~1.0@dev"
},
"extra": {
"heroku": {
"document-root": "web",
"index-document": "index.php"
}
}
}
web: vendor/bin/heroku-php-apache2 web/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment