weareunite/unisys-tags

Unisys API module to add tags and taggable behaviour with custom_properties to Unisys app inspired by https://github.com/spatie/laravel-tags

0.1.17 2018-10-01 12:53 UTC

This package is auto-updated.

Last update: 2024-04-22 15:31:29 UTC


README

Unisys API module to add tags and taggable behaviour with custom_properties to Unisys app inspired by https://github.com/spatie/laravel-tags

Requirements

This package requires Laravel 5.6 or higher, PHP 7.1 or higher and a database that supports json fields such as MySQL 5.7 or higher.

Installation

You can install the package via composer:

composer require weareunite/unisys-tags

The package will automatically register itself.

You can install it with:

php artisan unisys-api:install:tags

Testing

  1. Copy .env.example to .env and fill in your database credentials.
  2. Run vendor/bin/phpunit.

License

The MIT License (MIT). Please see License File for more information.