pomm/fos-user-bundle
最新稳定版本:1.0
Composer 安装命令:
composer require pomm/fos-user-bundle
包简介
FosUserBundle manager for Pomm
关键字:
README 文档
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.
统计信息
- 总下载量: 13
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-07