| Install | |
|---|---|
composer require virtualcomplete/user-extension |
Package to extend and standardize additional user attributes in Laravel
The standard users table only contains a select few fields. This is by design, of course, allowing people to use Laravel for many purposes, but this project is designed for any of the following use cases:
Functionality: Adds additional fields to the users table and properties to the User model.
Adds the fields to the users table:
Adds a user_addresses table with relationship to User:
Adds a user_phones table with relationship to User:
Installation Steps:
implements UserExtensionInterface to your User Modeluse UserExtensionTrait to your User Model