User Module Documentation
The Konekt User Module is a Laravel Extension that extends the built in Laravel user class with some common use cases.
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.
Next: Installation »