modera / dynamically-configurable-mjr-bundle

允许使用UI配置MJR集成的某些方面。

v3.1.0 2021-05-12 07:20 UTC

README

由于安装了 ModeraBackendToolsSettingsConfigBundle,此bundle提供集成工具,使您能够通过UI在“后端/工具/设置/常规”中动态配置后端的以下方面

  • 站点名称
  • 站点URL
  • 主页部分

安装

步骤1:下载bundle

composer require modera/dynamically-configurable-mjr-bundle:4.x-dev

此命令需要您全局安装Composer,如Composer文档中的安装章节所述。

步骤2:启用bundle

此bundle应该由Flex自动启用。如果您不使用Flex,则需要手动通过在项目的config/bundles.php文件中添加以下行来启用此bundle

<?php
// config/bundles.php

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

许可

此bundle采用MIT许可。请参阅bundle中的完整许可:Resources/meta/LICENSE