This is an example of a Symfony application using n-tiers design. The aim is to illustrate the following presentation :
In order to use the application, follow these simple steps.
composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
php app/console server:run