Hello there,
i found you project very interesting. Especially the SyliusCartBundle
i am trying to install it. I did it from composer.
I activated the bundle in the Kernel
and i added to my config.yml:
sylius_cart:
driver: doctrine/orm
So i have this error:
InvalidConfigurationException: The child node "operator" at path "sylius_cart" must be configured.
i saw in the SandBox that the configuration is based on the implémentation of the bundle in /src/
and there is something like this:
sylius_cart:
driver: doctrine/orm
operator: sylius_sandbox_cart.operator
resolver: sylius_sandbox_cart.resolver
classes:
model:
cart: Sylius\Sandbox\Bundle\CartBundle\Entity\Cart
item: Sylius\Sandbox\Bundle\CartBundle\Entity\Item
manager:
cart: Sylius\Sandbox\Bundle\CartBundle\Entity\CartManager
form:
type:
item: Sylius\Sandbox\Bundle\CartBundle\Form\Type\ItemType
So is it possible to install it without configurating it for the implementation (in src/Sandbox/Sylius/Bundle/CartBundle) ??
Do you think i could use the:sonata/easy-extend to extend the cartbundle exemple: php app/console sonata:easy-extends:generate SyliusCartBundle
Yas anyone install already used this bundle?
thank you for your help