I built a Shopify Flow alternative for Sylius — would love your feedback

php dev.to

Hey folks, So I've been working with Sylius (the open-source e-commerce framework built on Symfony) for a while now, and one thing that always bugged me was how painful it is to set up marketing automation. You know the drill — "send a welcome email after registration", "generate a coupon if order is over $50", "remind them about abandoned cart after 1 hour"... All of that ends up as a mess of event listeners scattered across your codebase with zero visibility into what actually fires and when.

Read Full Tutorial open_in_new
arrow_back Back to Tutorials