Skip to content

tobiassjosten/silex-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!