Silex Skeleton - simple skeleton of silex application with controllers as php classes
Purpose: To show posibilites of organize modules in Silex App. This is something lacking in official Silex Documentation
Instalation
Downloading app and dependecies
git clone https://github.com/jaresz/SilexSkeleton.git
cd SilexSkeleton
composer install
WWW Serwer configuration
Make SilexSkeleton\web directory public SilexSkeleton\web.htaccess: If your site is not at the webroot level you will have to uncomment the RewriteBase statement and adjust the path to point to your directory, relative from the webroot.