Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 754 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 754 Bytes

Silex example for Pagodabox.com

Silex is a microframework in PHP based on Symfony2 components. Pagoda Box is a PaaS for easy PHP hosting. This, silex-example, tries to bring the two together by showing an example on how a Silex app could be structured and configured to work on Pagoda.

Instructions

  1. Clone the Git repository and be sure to pull down the submodules.
$ git clone git@github.com:tobiassjosten/silex-example.git
$ git submodule update --init
  1. Download the latest silex.phar file to vendor/silex/silex.phar.

  2. Deploy it to Pagoda!