7. Summary

7.1. Configuration reference

sylius_product:
    driver: ~ # The driver used for persistence layer.
    engine: twig # Templating engine to use by default.
    classes:
        product:
            model: Sylius\Component\Product\Model\Product
            controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController
            repository: ~
            form: Sylius\Bundle\AssortmentBundle\Form\Type\ProductType
        product_prototype:
            model: Sylius\Component\Product\Model\Prototype
            controller: Sylius\Bundle\ProductBundle\Controller\PrototypeController
            repository: ~
            form: Sylius\Bundle\AssortmentBundle\Form\Type\PrototypeType
    validation_groups:
        product: [sylius] # Product validation groups.
        product_prototype: [sylius] # Product prototype validation groups.

7.2. Tests

$ composer install --dev --prefer-dist
$ bin/phpspec run -fpretty --verbose

7.3. Bug tracking

This bundle uses GitHub issues. If you have found bug, please create an issue.