2017 © Pedro Peláez
 

symfony-bundle framework-bundle

Symfony RednoseFrameworkBundle

image

rednose/framework-bundle

Symfony RednoseFrameworkBundle

  • Thursday, June 21, 2018
  • by marc-bnt
  • Repository
  • 5 Watchers
  • 1 Stars
  • 4,159 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 34 Versions
  • 4 % Grown

The README.md

RednoseFrameworkBundle Build status...

Provides several core features used throughout the RedNose bundles., (*1)

Caution: This bundle Requires Symfony 2.8.x or higher., (*2)

Installation

Add FrameworkBundle to your application kernel:, (*3)

// app/AppKernel.php

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

Configuration

Configuration reference:, (*4)

# 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., (*5)

License

This bundle is under the MIT license. See the complete license in the bundle:, (*6)

LICENSE, (*7)

The Versions