Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 564 Bytes

Project

This is the Netvlies Silex Sandbox

Getting Started

git clone [email protected]:sjopet/silex-skeleton.git
cd silex-skeleton
composer.phar install

Change config parameters for the different environments by editing the config files in the resources/config directory. Now you can setup your database by executing a few console commands.

php console doctrine:database:create
php console doctrine:schema:load
php console doctrine:fixtures:load

Create a vhost and you done.

Run the tests

cd silex-skeleton
phpunit