modera/mjr-security-integration-bundle

此包提供集成层,是使MJR具备安全意识所必需的。

v3.1.0 2021-11-22 12:59 UTC

README

此包提供集成层,是使MJR具备安全意识(认证、授权)所必需的。

安装

步骤 1:下载包

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

此命令需要您已全局安装Composer,请参阅Composer文档中的安装章节

步骤 2:启用包

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

<?php
// config/bundles.php

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

许可协议

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