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