boing6002/people is a Laravel package for person management dependency for laravel enso.
It currently has 0 GitHub stars and 3 downloads on Packagist (latest version 1.1.3).
Install it with composer require boing6002/people.
Discover more Laravel packages by boing6002
or browse all Laravel packages to compare alternatives.
Last updated
Person management dependency for Laravel Enso.
click on the photo to view a large size screenshot
PersonFactory is included by default in the packageIsPerson trait can be used on other models that have a person relationship and require email synchronizationIn previous Enso versions, there was no common ground between application users and other categories of actors which also represented people, for example contacts and (some types of) clients. This sometimes lead to duplicated data as well as brittle and non reusable types and relationships.
In order to move towards better maintainability, the decision to move common data into persons was taken. Now the people structure can be reused as needed.
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
are welcome. Pull requests are great, but issues are good too.
This package is released under the MIT license.