spatie / laravel-tags

Add tags and taggable behaviour to your Laravel app
https://freek.dev/609-an-opinionated-tagging-package-for-laravel-apps
MIT License
1.61k stars 281 forks source link

Configable taggables morph table #458

Closed silnex closed 1 year ago

silnex commented 1 year ago

The tag class can be customized with getTagClassName method, but what if we add the ability to set the taggables table?

silnex commented 1 year ago

Should I update anything else?

freekmurze commented 1 year ago

Thanks!