2017 © Pedro Peláez
 

library fos-user-bundle

FosUserBundle manager for Pomm

image

pomm/fos-user-bundle

FosUserBundle manager for Pomm

  • Friday, December 12, 2014
  • by zecho
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PommFosUserBundle

FosUserBundle driver for Pomm, (*1)

This bundle permit to use FosUserBundle with Pomm easily., (*2)

Configuration

In app/config/config.yml add configuration below :, (*3)

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., (*4)

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., (*5)

The Versions