Žiadny popis

Quentin Pleplé c8b2fc25ee added preupdate hook for user admin 14 rokov pred
Admin c8b2fc25ee added preupdate hook for user admin 14 rokov pred
DependencyInjection cabb9e8395 Add SecurityRolesType 14 rokov pred
Entity d9db239fcf fix toString method 14 rokov pred
Form 1e64a78b47 Fix security widget 14 rokov pred
Resources c8b2fc25ee added preupdate hook for user admin 14 rokov pred
LICENSE 4669ec7ebb initial commit 14 rokov pred
README.md 374b9397f2 Make the bundle parent optional 14 rokov pred
SonataUserBundle.php 374b9397f2 Make the bundle parent optional 14 rokov pred

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``