Package to extend and standardize additional user attributes for cross-compatibility of Laravel packages
virtualcomplete/user-extension is a Laravel package for package to extend and standardize additional user attributes for cross-compatibility of laravel packages.
It currently has 1 GitHub stars and 10 downloads on Packagist.
Install it with composer require virtualcomplete/user-extension.
Discover more Laravel packages by virtualcomplete
or browse all Laravel packages to compare alternatives.
Last updated
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