/silex-ske-sandbox

Silex Kitchen Edition (Sandbox)

Primary LanguagePHPThe UnlicenseUnlicense

Silex SKE Sandbox

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

Clone

~$ git clone https://github.com/ooXei1sh/silex-ske-sandbox.git

Install

~$ cd silex-ske-sandbox

~$ composer install && npm install && bower install && grunt

Configure

All configuration is located in the resources/config directory.

~$ cp resources/config/params.php.dist resources/config/params.php

~$ vim resources/config/params.php

Database

~$ ./console orm:info

~$ ./console orm:schema-tool:update --dump-sql 

~$ ./console orm:schema-tool:update --force