An open API service indexing awesome lists of open source software.

https://github.com/tangoman75/userbundle

TangoMan User Bundle provides basis for user management.
https://github.com/tangoman75/userbundle

Last synced: 3 months ago
JSON representation

TangoMan User Bundle provides basis for user management.

Awesome Lists containing this project

README

          

TangoMan User Bundle
====================

**TangoMan User Bundle** provides basis for user management.

Installation
============

Step 1: Download the Bundle
---------------------------

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this bundle:

```bash
$ composer require tangoman/user-bundle
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

Then, enable the bundle by adding it to the list of registered bundles
in the `app/AppKernel.php` file of your project:

```php
roles;
}

}
```

Step 8: Base template
---------------------

Your base template must be named as the following : `base.html.twig`

Note
====

If you find any bug please report here : [Issues](https://github.com/TangoMan75/UserBundle/issues/new)

License
=======

Copyright (c) 2018 Matthias Morin

[![License][license-MIT]][license-url]
Distributed under the MIT license.

If you like **TangoMan User Bundle** please star!
And follow me on GitHub: [TangoMan75](https://github.com/TangoMan75)
... And check my other cool projects.

[Matthias Morin | LinkedIn](https://www.linkedin.com/in/morinmatthias)

[license-MIT]: https://img.shields.io/badge/Licence-MIT-green.svg
[license-url]: LICENSE