pomm / fos-user-bundle
FosUserBundle manager for Pomm
1.0
2014-12-11 23:57 UTC
Requires
- friendsofsymfony/user-bundle: ~1.3
- pomm/pomm: ~1.2
- pomm/pomm-bundle: 1.2.*@dev
- symfony/symfony: ~2.5
Requires (Dev)
- doctrine/doctrine-bundle: ~1.2
- doctrine/orm: ~2.2,>=2.2.3
- sensio/distribution-bundle: ~3.0
- sensio/framework-extra-bundle: ~3.0
- sensio/generator-bundle: ~2.3
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- twig/extensions: ~1.0
This package is not auto-updated.
Last update: 2024-10-30 08:35:35 UTC
README
FosUserBundle driver for Pomm
This bundle permit to use FosUserBundle with Pomm easily.
Configuration
In app/config/config.yml
add configuration below :
fos_user:
db_driver: custom
user_class: Pomm\Bundle\FosUserBundle\Entity\User
service:
user_manager: pomm_fos_user_bundle.user_manage
And that's all.
Overriding
It's possible you need to inherit Pomm\Bundle\FosUserBundle\Entity\User
on your own bundle and with its specific Map.
You can so overriding pomm_fos_user.user_map_class
parameter
(on YourBundlePath/Resources/config/service.yml
or on app.config.config.yml
)
to get the good entity's map on pomm user manager.