A basic skeleton for deploy php in Heroku. All extensions are enabled
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
Procfile | 3 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
index.php | 3 years ago | |
readme.md | 3 years ago |
git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git
heroku create myapp
git push -u heroku master
heroku open