Skip to content
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
5 changes: 3 additions & 2 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ To install MongoDBAclBundle using composer add following line to you composer.js
Use the composer update command to start the installation. After the installation add following line into the bundles array in your AppKernel.php file::

# AppKernel.php
new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle()
------------------- new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle()
+++++++++++++++++++ new PWalkow\MongoDBAclBundle\MongoDBAclBundle(),

Configuration
-------------
Expand Down Expand Up @@ -46,4 +47,4 @@ The full acl provider configuration options are listed below::

To initialize the MongoDB ACL run the following command::

php app/console init:acl:mongodb
php app/console init:acl:mongodb