laravel-tags
laravel-tags copied to clipboard
TaggedToMany Relationship
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