Sometimes you need tags on a model. The usual answer is a tags table, a pivot, a slug and a belongsToMany, and you write it again in the next project with slightly different columns. Laraterms replaces that with a config entry and a trait, and it comes with the parts you normally bolt on later: hierarchy, per-tenant isolation and translations.
This is the simple path first, then the two features you reach for next.
How to install
One package, its config and two migrations.
composer require edulazaro/laraterms






