2017 © Pedro Peláez
 

symfony-bundle user-bundle

FOSUserBundle integration for Symfony2Admingenerator.

image

symfony2admingenerator/user-bundle

FOSUserBundle integration for Symfony2Admingenerator.

  • Wednesday, July 29, 2015
  • by cedriclombardot
  • Repository
  • 7 Watchers
  • 4 Stars
  • 1,170 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

AdminGenerator UserBundle

KnpBundles Badge, (*1)

This package is a part of the Symfony2 Admin Generator based on YAML configuration and Twig templating., (*2)

It will allow you to associate to the FOSUserBundle a base layout configured throw a config in the config.yml, (*3)

Follow us on Twitter!

Don't miss any updates from Symfony2 Admin Generator! Join Twitter today and follow us!, (*4)

How to setup

Download files

Add Admingenerator to your composer.json:, (*5)

"require": {
    "symfony2admingenerator/user-bundle": "dev-master"
},

Then run php composer.phar update command., (*6)

Note: This repository is compatible with symfony2admingenerator/GeneratorBundle., (*7)

Setup the FOSUserBundle

Follow the bundle documentation : https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Resources/doc/index.md, (*8)

Enable the bundle in AppKernel

 $bundles = array(
    // ....
    new Admingenerator\UserBundle\AdmingeneratorUserBundle(),

Configure the base layout to use for the login form

In config.yml, (*9)

admingenerator_user:
     login_template: AdmingeneratorGeneratorBundle::base_admin.html.twig

Use the twig extension in your projects :

```html+django {% extends_my_configured_layout 'admingenerator.user_login_template' %}, (*10)


Will be the same as : ```html+django {% extends 'The value of the container paramater admingenerator.user_login_template' %}

The Versions

29/07 2015

dev-master

9999999-dev http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

10/05 2015

v2.0-beta.6

2.0.0.0-beta6 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

10/05 2015

v2.0-beta.5

2.0.0.0-beta5 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

10/05 2015

v2.0-beta.4

2.0.0.0-beta4 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

13/04 2015

v2.0-beta.3

2.0.0.0-beta3 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

31/03 2015

v2.0-beta.2

2.0.0.0-beta2 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT

13/09 2014

v2.0-beta.1

2.0.0.0-beta1 http://symfony2admingenerator.org/

FOSUserBundle integration for Symfony2Admingenerator.

  Sources   Download

MIT

The Requires

 

by Cedric LOMBARDOT