modera/mjr-integration-bundle

为MJR提供低级别集成。

v3.1.0 2020-11-03 12:42 UTC

README

为MJR提供低级别集成。

安装

步骤 1: 下载包

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

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

步骤 2: 启用包

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

<?php
// config/bundles.php

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

许可

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