dev-master
9999999-dev http://github.com/kitpages/KitpagesCompanyBundleThis Symfony2 Bundle extends FOSUserBundle. Adds an administration to manage users and a user's company
BSD
The Requires
fosuserbundle manage users users company
This Symfony2 Bundle extends FOSUserBundle. Adds an administration to manage users and a user's company
This Symfony2 Bundle extends FOSUserBundle. Adds an administration to manage users and a user's company, (*1)
Under development, (*2)
add the following entries to the deps in the root of your project file:, (*3)
[FOSUserBundle] git=http://github.com/FriendsOfSymfony/FOSUserBundle.git target=bundles/FOS/UserBundle version=1.2.0
Add the following entries to your autoloader: $bundles = array( ... new FOS\UserBundle\FOSUserBundle(), );, (*4)
You need to add the following lines in your deps :, (*5)
[CompanyBundle] git=git://github.com/kitpages/KitpagesCompanyBundle.git target=Kitpages/CompanyBundle
AppKernel.php $bundles = array( ... new Kitpages\CompanyBundle\KitpagesCompanyBundle(), );, (*6)
app/config/routing.yml KitpagesCompanyBundle: resource: "@KitpagesCompanyBundle/Resources/config/routing.yml" prefix: /, (*7)
fos_user: user_class: Kitpages\CompanyBundle\Entity\User group: group_class: Kitpages\CompanyBundle\Entity\Group
you must specify a company owner in database, (*8)
This Symfony2 Bundle extends FOSUserBundle. Adds an administration to manage users and a user's company
BSD
fosuserbundle manage users users company