goodechilde / gc-tags
Our common tags package
dev-master
2020-08-23 21:40 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-24 07:50:32 UTC
README
Our common contact fields for people and places
Changes between versions will be tracked in the CHANGELOG.
Installation
composer require goodechilde/gc-tags
php artisan vendor:publish --tag=gc-tags
Usage
It's as simple as adding the following traits to any model you want to have tags
use HasTags;
It is recommended to create a controller for to get and set TagTypes
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.