Bez popisu

Thomas Rabaix 802c72ee9b add keys to dashboard parameters před 14 roky
Admin 57e44a2e9d Update visibility před 14 roky
DependencyInjection cabb9e8395 Add SecurityRolesType před 14 roky
Entity 32658b7174 Restore createdAt et updateAd před 14 roky
Form 9fa7cff134 fixed bug in role list před 14 roky
Resources 802c72ee9b add keys to dashboard parameters 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``