rednose/framework-bundle

Symfony RednoseFrameworkBundle


README

提供RedNose包中使用的几个核心功能。

注意: 此包需要Symfony 2.8.x或更高版本。

安装

将FrameworkBundle添加到您的应用程序内核中

// app/AppKernel.php

public function registerBundles()
{
    return [
        // ...
        new Rednose\FrameworkBundle\RednoseFrameworkBundle(),
        // ...
    ];
}

配置

配置参考

# app/config/config.yml

rednose_framework:
    user: true # Enables user / group account support

    auto_account_creation: false # Auto creates user accounts on first login, useful for single-sign-on

    acl: false # Enables ACL services and permission maps

关于

FrameworkBundle是RedNose的倡议。

许可

此包采用MIT许可。请参阅包中的完整许可。

LICENSE