goodechilde / gc-notes
Our common notes package
dev-master
2020-08-24 23:16 UTC
Requires
- illuminate/support: 7.*
- phlak/semver: ^3.2
- wildside/userstamps: ^2.0
Requires (Dev)
- php: >=7.4
- ambersive/keepachangelog: dev-master
- illuminate/support: 7.*
- laravel/framework: 7.*
- orchestra/testbench: 3.8.*|4.*|5.*
- phpunit/phpunit: ^9.3@dev
This package is auto-updated.
Last update: 2025-02-25 09:40:00 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.