2017 © Pedro Peláez
 

symfony-bundle user-bundle

User bundle

image

unitedasian/user-bundle

User bundle

  • Tuesday, January 19, 2016
  • by opichon
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

UAMUserBundle

Requirements

This bundle requires the FOSUserBundle to be installed., (*1)

Installation

Add the following to your project's composer.json file:, (*2)

    {
        require: {
            "uam/user-bundle": "dev-master"
        }
    }

Register the bundle:, (*3)

#app/AppKernel.php

    public function registerBundles()
    {
        $bundles = array(
            …
            new UAMUserBundle()
        );

        return $bundles;
    }

If you are using assetic, add the bundle to the assetic configuration:, (*4)

#config.yml
assetic:
    UAMUserBundle

Also install FOSUserBundle as per the bundle's instructions., (*5)

Usage

To override the templates, create the a UAMUserBundle/views directory under your app's Resources directory., (*6)

The layout.html.twig template is used by all pages generated by the bundle., (*7)

The base.email.twig template is used by all emails sent by the bundle., (*8)

The Versions

19/01 2016

dev-master

9999999-dev http://gitlab.united-asian.com/uam-private/UAMUserBundle

User bundle

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

security symfony2 bundle symfony fosuserbundle

19/01 2016

1.0.0

1.0.0.0 http://gitlab.united-asian.com/uam-private/UAMUserBundle

User bundle

  Sources   Download

proprietary

The Requires

 

by Olivier Pichon

security symfony2 bundle symfony fosuserbundle