Açıklama Yok

Thomas Rabaix 1e64a78b47 Fix security widget 14 yıl önce
Admin 23aca9a7a0 Update code to the last AdminBundle changes, remove Bundle::getParent method 14 yıl önce
DependencyInjection cabb9e8395 Add SecurityRolesType 14 yıl önce
Entity d9db239fcf fix toString method 14 yıl önce
Form 1e64a78b47 Fix security widget 14 yıl önce
Resources 23aca9a7a0 Update code to the last AdminBundle changes, remove Bundle::getParent method 14 yıl önce
LICENSE 4669ec7ebb initial commit 14 yıl önce
README.md 374b9397f2 Make the bundle parent optional 14 yıl önce
SonataUserBundle.php 374b9397f2 Make the bundle parent optional 14 yıl önce

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