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.
- Host: GitHub
- URL: https://github.com/tangoman75/userbundle
- Owner: TangoMan75
- License: mit
- Created: 2017-08-21T15:23:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T21:30:15.000Z (over 8 years ago)
- Last Synced: 2025-01-25T18:16:33.220Z (over 1 year ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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