Nessuna descrizione

Thomas 4457ebc864 Merge pull request #5 from qpleple/type-roles 14 anni fa
Admin c8b2fc25ee added preupdate hook for user admin 14 anni fa
DependencyInjection cabb9e8395 Add SecurityRolesType 14 anni fa
Entity d9db239fcf fix toString method 14 anni fa
Form 9fa7cff134 fixed bug in role list 14 anni fa
Resources 39d6763591 added parameters for labels and groups fields of admin services 14 anni fa
LICENSE 4669ec7ebb initial commit 14 anni fa
README.md 374b9397f2 Make the bundle parent optional 14 anni fa
SonataUserBundle.php 374b9397f2 Make the bundle parent optional 14 anni fa

README.md

Integrate the FOS/UserBundle into the Sonata Project

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

Installation

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

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