A basic skeleton for deploy php in Heroku. All extensions are enabled

Ernesto Blanco 0b638b36e5 Add readme.md 3 жил өмнө
.gitignore ec30f916be Commit inicial 3 жил өмнө
Procfile ec30f916be Commit inicial 3 жил өмнө
composer.json ec30f916be Commit inicial 3 жил өмнө
composer.lock ec30f916be Commit inicial 3 жил өмнө
index.php ec30f916be Commit inicial 3 жил өмнө
readme.md 0b638b36e5 Add readme.md 3 жил өмнө

readme.md

PHP Heroku Skeleton

Installation

  1. Clone the repo: git clone https://coditlan.com/bc_ernesto/php-heroku-skeleton.git
  2. Create heroku app: heroku create myapp
  3. Push the files: git push -u heroku master
  4. Open the browser: heroku open
  5. Enjoy!