Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 910 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 910 Bytes

tcs-quark-poc

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 [email protected]:heroku/tcs-quark-poc.git # or clone your own fork
$ cd tcs-quark-poc
$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation

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