idr0id / ddd-blog

This example of blog written on Symfony2 framework with using Domain Driven Design (DDD) and unit testing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDD Blog

Build Status

This blog written on Symfony2 framework with using TDD and DDD principles.

Installing

Use Composer

php composer.phar install

Copy app/config/parameters.sample.yml to app/config/parameters.yml and configure it

Create database schema

php app/console doctrine:schema:create

Install assets

php app/console assets:install --symlink

To see a real-live blog page in action, access the following page:

http://localhost/path/to/blog/web/

About

This example of blog written on Symfony2 framework with using Domain Driven Design (DDD) and unit testing.

License:MIT License


Languages

Language:PHP 90.4%Language:CSS 9.6%