diff --git a/bundles/SyliusSettingsBundle/installation.rst b/bundles/SyliusSettingsBundle/installation.rst index 9672a43..5d6c8e5 100644 --- a/bundles/SyliusSettingsBundle/installation.rst +++ b/bundles/SyliusSettingsBundle/installation.rst @@ -50,10 +50,10 @@ This bundle also uses `DoctrineCacheBundle`. Don't worry, everything was automat Please register the bundle before *DoctrineBundle*. This is important as we use listeners which have to be processed first. -Container configuration +Container configuration (optional) ----------------------- -Put this configuration inside your ``app/config/config.yml``. +1. Put this configuration inside your ``app/config/config.yml``. .. code-block:: yaml @@ -65,6 +65,14 @@ Put this configuration inside your ``app/config/config.yml``. sylius_settings: type: file_system +2. Or inside ``app/config/parameters.yml`` define parameter `sylius.cache` + +.. code-block:: yaml + sylius.cache: + type: file_system + +3. Or just skip this section (default configuration will be used). + Importing routing configuration -------------------------------