modera/backend-security-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

modera/backend-security-bundle

最新稳定版本:v5.0.0

Composer 安装命令:

composer require modera/backend-security-bundle

包简介

Bundle provides UI section for MF that makes it possible to manage users/groups/permissions.

README 文档

README

Bundle provides UI section for MF that makes it possible to manage users/groups/permissions.

Installation

Step 1: Download the Bundle

composer require modera/backend-security-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\BackendSecurityBundle\ModeraBackendSecurityBundle::class => ['all' => true],
];

Licensing

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

统计信息

  • 总下载量: 4.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 5
  • Forks: 2
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-12