barth/sylius-celebrate-plugin

POC plugin that show how using stimulus inside a plugin

v0.1.0 2025-06-01 10:35 UTC

This package is auto-updated.

Last update: 2025-06-01 11:31:45 UTC


README

Disclaimer

This plugin aims to provide a simple way to celebrate special events in your Sylius store.

It has been created for educational purposes and to illustrate how to provide stimulus controllers in a Sylius plugin, following PR I made on sylius (Ease of use stimulus #17923)

It is not intended for production use.

Installation

Open a command console, enter your project directory and execute:

$ composer require barth/sylius-celebrate-plugin
$ yarn --force
$ yarn encore dev

That's it! No further configuration is required. Twig hooks are already registered thanks to Prepend Extension, and stimulus controllers are automatically registered thanks to Flex.

Demo

Video_2025-06-01_13-27-31.mp4