From 3986dac1ea57f149056fcb9baea58f5eac056ebc Mon Sep 17 00:00:00 2001 From: Joep Brunsveld Date: Thu, 22 May 2014 10:43:39 +0200 Subject: [PATCH] Update installation.rst Installing the order bundle result in this message: [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException] The child node "driver" at path "sylius_money" must be configured. --- bundles/SyliusOrderBundle/installation.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundles/SyliusOrderBundle/installation.rst b/bundles/SyliusOrderBundle/installation.rst index f3fe04c..c195d68 100644 --- a/bundles/SyliusOrderBundle/installation.rst +++ b/bundles/SyliusOrderBundle/installation.rst @@ -158,6 +158,15 @@ Put this configuration inside your ``app/config/config.yml``. classes: product: model: App\AppBundle\Entity\Product + + sylius_money: + driver: doctrine/orm + classes: + exchange_rate: + model: Sylius\Bundle\MoneyBundle\Model\ExchangeRate + controller: Sylius\Bundle\ResourceBundle\Controller\ResourceController + repository: ~ + form: Sylius\Bundle\MoneyBundle\Form\Type\ExchangeRateType Updating database schema ------------------------