In this episode, we’ll take a step back and look at Sylius from a broader perspective. What exactly is Sylius? When does it make the most sense to use it, and what kind of problems is it designed to solve? We’ll go beyond simple definitions and focus on the real value Sylius brings to modern e-commerce — especially in projects that require flexibility, custom business logic, and a solid technical foundation.
Create your first Sylius Resource by building a Brand entity and explore what Sylius gives you out of the box, including factories, repositories, and resource debugging tools.
Expose a custom Brand resource in the Sylius admin, configure CRUD routes with a single routing definition, and explore how ResourceController works with Twig templates.
Learn how Sylius uses an event-driven approach, which events are dispatched by the ResourceController, and how to extend behavior using event listeners.
Learn how to create products in Sylius, understand the difference between simple and configurable products, and explore product configuration in the admin panel.