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.
- 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
-
Download the latest
silex.phar
file to vendor/silex/silex.phar. -
Deploy it to Pagoda!