Registry / database / rtconner-laravel-tagging

rtconner-laravel-tagging

JSON →
library6.0.0phppackagistunverified

Use PHP traits to extend Laravel Eloquent Models to allow Tags. Models can be marked as Taggable.

composer require rtconner/laravel-tagging
INSTALL
IMPORT
SIG · RTCONNER-LARAVEL-T
R
rtconner-laravel-tagging
databasephpv6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Taggable
use Conner\Tagging\Taggable;

Add tagging functionality to an Eloquent model using the Taggable trait.

use Conner\Tagging\Taggable; class Post extends \Illuminate\Database\Eloquent\Model { use Taggable; } $post = Post::find(1); $post->tag('laravel');
Debug
Known issues
breakingRequires Laravel 5.5+ and PHP 7.0+
fix
Ensure your project meets the minimum version requirements.
affects: <6.0.0
Upgrade
Version history
6.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
52
Resources
rtconner-laravel-tagging — pip install rtconner-laravel-tagging · libregistry