Skip to content

Commit ef0bb41

Browse files
committed
[Docs] DDD
1 parent be8c676 commit ef0bb41

12 files changed

Lines changed: 849 additions & 0 deletions
40 KB
Loading
77.4 KB
Loading
105 KB
Loading
63.1 KB
Loading

docs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ The Sylius stack is a set of tools for your Symfony projects:
1919
----------------
2020

2121
* [How to customize your admin panel](cookbook/admin_panel.md)
22+
* [How to use in a DDD architecture](cookbook/ddd_architecture.md)

docs/SUMMARY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
* [Customizing the logo](cookbook/admin_panel/logo.md)
1111
* [Customizing the menu](cookbook/admin_panel/menu.md)
1212
* [Configuring the security access](cookbook/admin_panel/security.md)
13+
* [How to use in a DDD architecture](cookbook/ddd_architecture.md)
14+
* [Architecture overview](cookbook/ddd_architecture/overview.md)
15+
* [Resource configuration](cookbook/ddd_architecture/resource_configuration.md)
16+
* [Basic operations](cookbook/ddd_architecture/basic_operations.md)
17+
* [Operation using a grid](cookbook/ddd_architecture/grid.md)
1318

1419
## Admin UI
1520

docs/cookbook/ddd_architecture.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# How to use in a DDD architecture
2+
3+
In a Domain-Driven Design architecture, there are no defined structures.
4+
Here we present a lot of tips to help you to integrate the Sylius stack components in your clean architecture.
5+
6+
In this cookbook we reuse the apip-ddd project from Mathias Arlaud and Robin Chalas for their excellent __Domain-driven design with API Platform 3__ talk.
7+
8+
{% embed url="https://youtu.be/SSQal3Msi9g?si=L9u7tvhH4qGBpiqj" %}

0 commit comments

Comments
 (0)