Bez popisu

Thomas Rabaix 57e44a2e9d Update visibility před 14 roky
Admin 57e44a2e9d Update visibility před 14 roky
DependencyInjection cabb9e8395 Add SecurityRolesType před 14 roky
Entity d9db239fcf fix toString method před 14 roky
Form 9fa7cff134 fixed bug in role list před 14 roky
Resources c019ec762d update documentation před 14 roky
LICENSE 4669ec7ebb initial commit před 14 roky
README.md c019ec762d update documentation před 14 roky
SonataUserBundle.php 374b9397f2 Make the bundle parent optional před 14 roky

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