Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

[SettingsBundle] update installation instruction #291

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions bundles/SyliusSettingsBundle/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
-------------------------------

Expand Down