Architecture overview
Here is the folder structure of the "BookStore" domain:
src
βββ BookStore
βββ Application
βββ Domain
βββ Infrastructure
βββ Sylius
The
src/BookStore/Domain
directory contains your business codeThe
src/BookStore/Application
contains your application code that is not related to any framework/packagethe
src/BookStore/Infrastructure/Sylius
directory contains everything that is related to Sylius packages
Last updated
Was this helpful?