This project is a sample or a bootstrap silex application. You can use it for your next php application. A Silex Edition based on lyrixx/silex-kitchen-edition
~$ git clone https://github.com/ooXei1sh/silex-ske-sandbox.git
~$ cd silex-ske-sandbox
~$ composer install && npm install && bower install && grunt
All configuration is located in the resources/config
directory.
~$ cp resources/config/params.php.dist resources/config/params.php
~$ vim resources/config/params.php
~$ ./console orm:info
~$ ./console orm:schema-tool:update --dump-sql
~$ ./console orm:schema-tool:update --force