User Module
The Konekt User Module is a Laravel Extension that adds extra functionality to the built in Laravel user class.
Features
- Possibility to activate/inactivate users;
- Handling user types ('Admin', 'Client' and 'API' out of the box);
- Profiles & Personal data;
- Avatar images;
- Login statistics;
- User related events.
This module uses the Address module's Person model.
The module is built on top of the Laravel facilities in a compatible manner.