goodechilde/common-contact

Our common contact fields for people and places

dev-master 2020-07-30 05:03 UTC

This package is auto-updated.

Last update: 2024-03-29 04:25:45 UTC


README

Our common contact fields for people and places

Changes between versions will be tracked in the CHANGELOG.

Installation

composer require goodechilde/common-contact
php artisan vendor:publish --tag=goodechilde 

Usage

It's as simple as adding the following traits to any model you want to have any of the contact types

    use HasSocialMediaAddresses;
    use HasEmailAddresses;
    use HasPhones;
    use HasAddresses;

It is recommended to create a controller for to get and set ContactTypes

Feedback

Please feel free to give us feedback or any improvement suggestions.

Security Vulnerabilities

If you discover a security vulnerability within this package, please send an e-mail to Goodechilde Development via devs@eq8.in. All security vulnerabilities will be promptly addressed.

License

This package is open-sourced software licensed under the MIT license.