fcpauldiaz / multi-user-bundle
Symfony PUGXMultiUserBundle
Installs: 499
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 106
Type:symfony-bundle
Requires
- doctrine/common: ^2.2
- doctrine/doctrine-bundle: ^1.2
- friendsofsymfony/user-bundle: ^2.0
- symfony/framework-bundle: ^2.7|^3.0
Requires (Dev)
- phpunit/phpunit: 5.*
This package is not auto-updated.
Last update: 2024-11-09 20:12:16 UTC
README
##Newton-Labs Version
This version has been modified to resolve the symfony bug with FOSUserBundle.
Install this version:
$ php composer.phar require fcpauldiaz/multi-user-bundle
I have added a show action in the profile controller included in this bundle. See the commit
Nothing else has been modified.
PUGXMultiUserBundle
The PUGXMultiUserBundle extends FOSUserBundle adding the feature to handle users of different types. For now only supports the ORM db driver and is based on the doctrine2 inheritance.
Documentation
Installation
All the installation instructions are located in documentation.
License
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE
About
PUGXMultiUserBundle is a PUGX initiative.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition with FOSUser installed, to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.