How to setup a model for tags?
Tags default to be stored as an array on the parent model object, but I want to be able to have tags and taggables in my database, and this is better both for performance, and for things like tag suggestions (which should also be dynamic, based on user input).
0 Replies