Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mkurc1/userbundle

Symfony User Bundle
https://github.com/mkurc1/userbundle

Last synced: 8 days ago
JSON representation

Symfony User Bundle

Awesome Lists containing this project

README

        

# UserBundle

Symfony User Bundle. The bundle allow in easy way to manage user and security in Symfony 4.2.

## Configure

Require the bundle with composer:

$ composer require mkurc1/user-bundle

Add vendor into config/bundles.php:

['all' => true],
// ...
];

Create your User class: