lp-digital/whosthere-bundle

Notify contributors that the page they are currently working on has some revisions yet from other ones.


Keywords
bundle, notification, BackBee, collaboration
License
GPL-3.0+

Documentation

WhosThereBundle

Build Status Code Climate Test Coverage

WhosThereBundle notifies contributors that the page they are currently working on has some revisions yet from other ones.

Installation

Edit the file composer.json of your BackBee project.

Add the new dependency to the bundle in the require section:

# composer.json
...
    "require": {
        ...
        "lp-digital/whosthere-bundle": "*"
    },
...

Save and close the file.

Run a composer update on your project.

Activation

Edit the file repository/Config/bundles.ymlof your BackBee project.

Add the following line at the end of the file:

# bundles configuration - repository/Config/bundles.yml
...
whosthere: LpDigital\Bundle\WhosThereBundle\WhosThere

Save and close the file.

Depending on your configuration, cache may need to be clear.


This project is supported by Lp digital

Lead Developer : @crouillon

Released under the GPL3 License