There was an error while loading. Please reload this page.
1 parent db6a151 commit 56174d8Copy full SHA for 56174d8
app.json
@@ -0,0 +1,14 @@
1
+{
2
+ "name": "PHP Starter",
3
+ "description": "start php app on heroku via api",
4
+ "website": "http://php.net",
5
+ "repository": "https://github.com/heroku/php-getting-started",
6
+ "scripts": {
7
+ "postdeploy": "composer install"
8
+ },
9
+ "env": {
10
+ "PHP_ENV": "production",
11
+ "PHP_SERVE_STATIC_FILES": "true"
12
13
+ "addons": []
14
+}
0 commit comments