absucc / php-getting-started

Getting Started with PHP on Heroku

Home Page:https://devcenter.heroku.com/articles/getting-started-with-php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-getting-started

A barebones PHP app that makes use of the Silex web framework, which can easily be deployed to Heroku.

This application supports the Getting Started with PHP on Heroku article - check it out.

Deploying

Install the Heroku Toolbelt.

$ git clone git@github.com:heroku/php-getting-started.git # or clone your own fork
$ cd php-getting-started
$ heroku create
$ git push heroku main
$ heroku open

or

Deploy to Heroku

Documentation

For more information about using PHP on Heroku, see these Dev Center articles:

About

Getting Started with PHP on Heroku

https://devcenter.heroku.com/articles/getting-started-with-php


Languages

Language:HTML 85.7%Language:CSS 7.5%Language:PHP 6.8%