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

TaggedToMany Relationship

Open edstevo opened this issue 5 months ago • 2 comments

Hi,

This is my first PR, so please bear with me if I've got anything wrong!

I'm using this in my project where I wanted to have a relationship between models using shared tags. Essentially, I want to categorise products by tags, where ProductCategory models share tags with Product models.

I've added testing, which passes. Hopefully all is covered.

Thank you

edstevo avatar Sep 18 '24 14:09 edstevo