Skip to content

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

License

Notifications You must be signed in to change notification settings

broklyngagah/ddd-blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published