PHPackages                             fulgurio/light-cms-user-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. fulgurio/light-cms-user-bundle

ActiveSymfony-bundle[Authentication &amp; Authorization](/categories/authentication)

fulgurio/light-cms-user-bundle
==============================

Users module of LigthCMS bundle

02PHP

Since Feb 19Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fulgurio/LightCMSUserBundle)[ Packagist](https://packagist.org/packages/fulgurio/light-cms-user-bundle)[ RSS](/packages/fulgurio-light-cms-user-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LightCMSUserBundle
==================

[](#lightcmsuserbundle)

This bundle for [LightCMS](https://github.com/fulgurio/LightCMSBundle) is the user manager bundle.

To use it, just follow these steps :

1. Install LightCMSBundle and configure it
2. Download this bundle
3. Enable the Bundle
4. Import routing
5. Configure your yml files
6. Add new user account

### Step 1: Install LightCMSBundle and configure it

[](#step-1-install-lightcmsbundle-and-configure-it)

Follow the [installation doc](https://github.com/fulgurio/LightCMSBundle/blob/master/Resources/docs/Installation.md) to install LightCMS.

### Step 2: Download this bundle

[](#step-2-download-this-bundle)

Add this line into your composer.json file

```
{
    "require": {
        "fulgurio/light-cms-user-bundle" : "dev-master"
    }
}
```

After, just launch composer, it will load all dependencies

```
$ ./composer update
```

### Step 3: Enable the bundle

[](#step-3-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
