modera/backend-tools-activity-log-bundle

Maintainers

👁 modera

Package info

github.com/modera/ModeraBackendToolsActivityLogBundle

Language:JavaScript

Type:symfony-bundle

pkg:composer/modera/backend-tools-activity-log-bundle

Statistics

Installs: 3 977

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v5.0.0 2025-04-02 06:43 UTC

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT fe122d39415b63eb0b9375b8c8b08bae2bf28586

  • Sergei Lissovski <sergei.lissovski.woop@modera.org>
  • Sergei Vizel <sergei.vizel.woop@modera.org>

README

Installation

Step 1: Download the Bundle

composer require modera/backend-tools-activity-log-bundle:5.x-dev

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

This bundle should be automatically enabled by Flex. In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the config/bundles.php file of your project:

<?php
// config/bundles.php

return [
 // ...
 Modera\BackendToolsActivityLogBundle\ModeraBackendToolsActivityLogBundle::class => ['all' => true],
];

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE