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