laravel-tagging icon indicating copy to clipboard operation
laravel-tagging copied to clipboard

Tag support for Laravel Eloquent models - Taggable Trait

Results 10 laravel-tagging issues
Sort by recently updated
recently updated
newest added
trafficstars

How can we get post from a tag ? Like we can get post tags like : "$post->tags();". My question is "$tag->posts();" get all post by attached tag. Let me...

First off, THANK YOU, this tagging module is very useful and has been extensively implemented in my projects. Couple issues I've found and started working on a branch with fixes...

Hello. I like the way this package organized, seems it is the most suitable for my intentions. But I encountered with some problems when tried to use it the way...

Can we have something like - $article->tag('Gardening')->setGroup('group');

enhancement

Great package! I'm running into an issue with updating a tag. Maybe it's an architecture thing I'm missing conceptually? If you try to update a tag, it creates a new...

Thank you for creating this project, it's make the project easier to put tags on my project I think i found a bug when inserting tags on multiple database on...

Update dependencies to allow for Laravel 8

hi make that not only o tags make it globally and let us give thats a name

A feature suggestion: Add Tag with Group - I'm using groups to separate tags (ie letting users select their employment Industry and Expertise and keeping those discreet). I'm using vue-tags-input...

enhancement

It appears as though there are no events to update the tagged table when updating/destroying a tag. Ie when a tag is updated the associated records in the tagged pivot...

enhancement
question