For the complete documentation index, see llms.txt. This page is also available as Markdown.

Architecture overview

The whole codebase of the DDD application example is available on Github.

Here is the folder structure of the "BookStore" domain:

src
└── BookStore
    β”œβ”€β”€ Application
    β”œβ”€β”€ Domain
    └── Infrastructure
        └── Sylius
  • The src/BookStore/Domain directory contains your business code

  • The src/BookStore/Application contains your application code that is not related to any framework/package

  • the src/BookStore/Infrastructure/Sylius directory contains everything that is related to Sylius packages

Last updated

Was this helpful?