Skip to content

netvlies/silex-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project

This is the Netvlies Silex Sandbox

Getting Started

git clone git@bitbucket.org: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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published