Architecture overview
Here is the folder structure of the "BookStore" domain:
src
βββ BookStore
βββ Application
βββ Domain
βββ Infrastructure
βββ SyliusThe
src/BookStore/Domaindirectory contains your business codeThe
src/BookStore/Applicationcontains your application code that is not related to any framework/packagethe
src/BookStore/Infrastructure/Syliusdirectory contains everything that is related to Sylius packages
Last updated