暫無描述

Thomas Rabaix 88a962818d Add templates to integrate the Sonata Admin Bundle 13 年之前
Admin 4399b1282d Fix bugs with groups, tweak required fields 14 年之前
Controller 88a962818d Add templates to integrate the Sonata Admin Bundle 13 年之前
DependencyInjection cabb9e8395 Add SecurityRolesType 14 年之前
Entity 4399b1282d Fix bugs with groups, tweak required fields 14 年之前
Form 9fa7cff134 fixed bug in role list 14 年之前
Resources 88a962818d Add templates to integrate the Sonata Admin Bundle 13 年之前
LICENSE 4669ec7ebb initial commit 14 年之前
README.md c019ec762d update documentation 14 年之前
SonataUserBundle.php 374b9397f2 Make the bundle parent optional 14 年之前

README.md

SonataUserBundle

Integrate the FOS/UserBundle in the Sonata Project

- AdminBundle: add user and group management
- EasyExtends: allows to generate Application level model

Installation

You have 2 options to initialize the SonataUserBundle, you can select which bundle SonataUserBundle extends

    - new Sonata\UserBundle\SonataUserBundle('FOSUserBundle') : the bundle will extend ``FOSUserBundle``
    - new Sonata\UserBundle\SonataUserBundle() : the bundle will NOT extend ``FOSUserBundle``