| Package Data | |
|---|---|
| Maintainer Username: | virtualcomplete |
| Maintainer Contact: | devon.b@virtualcomplete.com (Devon Bessemer) |
| Package Create Date: | 2016-11-02 |
| Package Last Update: | 2017-02-05 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-04 15:01:01 |
| Package Statistics | |
|---|---|
| Total Downloads: | 10 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 2 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
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