Slide 7
Slide 7 text
Components, Bundles And Platform
Sylius
Components
Bundles
Core
Admin Shop API
● Components
Every single component of Sylius can be
used in standalone because it’s fully
decoupled.
Taxation component “know” only know how
to calculate taxes
● Bundles
Symfony bundles.
TaxationBundle use taxation component
and give access also services, models, ...