modera/dynamically-configurable-mjr-bundle
Allows to configure some aspects of MJR integration using UIs.
Maintainers
Package info
github.com/modera/ModeraDynamicallyConfigurableMJRBundle
Type:symfony-bundle
pkg:composer/modera/dynamically-configurable-mjr-bundle
Requires
- php: >=7.4
- modera/backend-tools-settings-bundle: ^5.0
- modera/config-bundle: ^5.0
- modera/expander-bundle: ^5.0
- modera/mjr-integration-bundle: ^5.0
Requires (Dev)
- phake/phake: ^4.0
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT f1aec5b03a611f1d4e3a104349b857d9b3a9ac25
- Sergei Lissovski <sergei.lissovski.woop@modera.org>
- Sergei Vizel <sergei.vizel.woop@modera.org>
README
Given that ModeraBackendToolsSettingsConfigBundle is installed this bundle provides integration tools that make it possible
to configure dynamically through UIs in "Backend / Tools / Settings / General" the following aspects of backend:
- Site name
- Site URL
- Home section
Installation
Step 1: Download the Bundle
composer require modera/dynamically-configurable-mjr-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\DynamicallyConfigurableMJRBundle\ModeraDynamicallyConfigurableMJRBundle::class => ['all' => true], ];
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE
