2017 © Pedro Peláez
 

symfony-bundle fosusermanagerbundle

A CRUD user manager for the FOSUserBundle

image

lracicot/fosusermanagerbundle

A CRUD user manager for the FOSUserBundle

  • Friday, May 5, 2017
  • by lracicot
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

User Manager Bundle for FOSUserBundle

This bundle is an admin panel for the users from the Friends Of Symfony User Bundle. It allow to perform basic CRUD operations on the users., (*1)

Install

  1. Install the FOSUserBundle
  2. Download lracicotFOSUserManagerBundle using composer
  3. Enable the Bundle
  4. Import lracicotFOSUserManagerBundle routing files

Step 1: Install the FOSUserBundle

Follow the instructions from the FOSUserBundle documentation., (*2)

Step 2: Download lracicotFOSUserManagerBundle using composer

Require the bundle using composer:, (*3)

$ composer require "lracicot/fosusermanagerbundle" "v0.1-alpha"

Step 3: Register the bundle

Enable the bundle in the kernel:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new lracicot\FOSUserManagerBundle\lracicotFOSUserManagerBundle(),
        // ...
    );
}

Step 4: Import lracicotFOSUserManagerBundle routing files

# app/config/routing.yml
lracicot_fos_user_manager:
    resource: "@lracicotFOSUserManagerBundle/Resources/config/routing.xml"
    prefix:   /admin/user/

You can change the prefix for whatever you want to match your application configurations., (*5)

Contributing

Any code review, suggestions or pull requests would be appreciated. Make sure that your changes have tests., (*6)

The Versions

05/05 2017

dev-master

9999999-dev

A CRUD user manager for the FOSUserBundle

  Sources   Download

MIT

user manager fosuserbundle