This repository provides example store presets for Sylius StoreAssembler, enabling you to quickly bootstrap themed Sylius shops with predefined data and assets.
-
Copy your chosen preset directory from
store-presets/
into the root of your Sylius Standard project. -
Run the StoreAssembler command to prepare and load the store preset:
vendor/bin/store-assembler
This command will install any required plugins, load fixtures, and apply theme assets.
- car_parts: A sample store for automotive parts, complete with product fixtures, images, and theme files.
Contributions are welcome! To add your own store preset:
-
Create a new folder under
store-presets/
following this structure:your_preset/ ├── fixtures/ │ ├── fixtures.yaml │ └── images/ │ └── <your_image_files> ├── store-preset.json └── themes/ └── shop/ ├── banner.png └── logo.png
-
Submit a pull request with your preset and a brief description.
By contributing, you agree to license your changes under the MIT License.
This project is released under the MIT License. See LICENSE for details.