goodechilde/gc-notes

Our common notes package

dev-master 2020-08-24 23:16 UTC

This package is auto-updated.

Last update: 2024-04-25 07:53:14 UTC


README

Our common contact fields for people and places

Changes between versions will be tracked in the CHANGELOG.

Installation

composer require goodechilde/gc-notes
php artisan vendor:publish --tag=gc-notes 

Usage

It's as simple as adding the following traits to any model you want to have notes

    use HasNotes;

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

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.