Bez popisu

Thomas 22000bfccd Merge pull request #4 from qpleple/new-params před 14 roky
Admin c8b2fc25ee added preupdate hook for user admin před 14 roky
DependencyInjection cabb9e8395 Add SecurityRolesType před 14 roky
Entity d9db239fcf fix toString method před 14 roky
Form 1e64a78b47 Fix security widget před 14 roky
Resources 39d6763591 added parameters for labels and groups fields of admin services před 14 roky
LICENSE 4669ec7ebb initial commit před 14 roky
README.md 374b9397f2 Make the bundle parent optional před 14 roky
SonataUserBundle.php 374b9397f2 Make the bundle parent optional před 14 roky

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