goodechilde/common-contact

Our common contact fields for people and places

Installs: 34

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/goodechilde/common-contact

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

This package is auto-updated.

Last update: 2025-09-29 02:57:56 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.