[Video] REST dans le monde Symfony | William DURAND. EmanueleMinotto/awesome-symfony2 · GitHub. Symfony tips and tricks. DDD with Symfony2: Folder Structure And Code First | William DURAND. 2013-08-11 - Move JMSSerializerBundle configuration files into the ApiBundle bundle. Domain Driven Design also known as DDD is an approach to develop software for complex needs by connecting the implementation to an evolving model. It is a way of thinking and a set of priorities, aimed at accelerating software projects that have to deal with complicated domains.
It is possible to use this approach in a Symfony2 project, and that is what I am going to introduce in a series of blog posts. You will learn how to build an application that manages users through a REST API using Domain Driven Design. Bootstrap¶ Start by creating a fresh project using the symfony-standard edition: composer create-project symfony/framework-standard-edition path/to/install I use to remove unecessary files such as src/*, as well as useless bundles. Don't forget to update the AppKernel class accordingly. Folder Structure¶ In your case, the domain expert said users are centrepieces. Src └── Acme └── CoreDomain └── User <? Symfony 2 cheat sheet.