rednose/framework-bundle

Symfony RednoseFrameworkBundle


README

Provides several core features used throughout the RedNose bundles.

Caution: This bundle Requires Symfony 2.8.x or higher.

Installation

Add FrameworkBundle to your application kernel:

// app/AppKernel.php

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

Configuration

Configuration reference:

# 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

About

FrameworkBundle is a RedNose initiative.

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE