ooXei1sh / silex-ske-sandbox

Silex Kitchen Edition (Sandbox)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Silex Kitchen Edition (Sandbox)

License:The Unlicense


Languages

Language:PHP 79.9%Language:HTML 11.8%Language:JavaScript 7.5%Language:CSS 0.5%Language:ApacheConf 0.2%