Skip to content

Tag ​

File: src/Entities/Tag.php
Namespace: Unusualify\Modularous\Entities
Extends: Cartalyst\Tags\IlluminateTag

Tag model extending Cartalyst's tag package with locale support. Tags are shared across models but scoped by namespace and locale.

Fillable Attributes ​

AttributeTypeDescription
namestringTag display name
slugstringURL-safe slug
countintUsage count
namespacestringTag namespace for scoping
localestringTag locale

Configuration ​

Uses Tagged as the pivot model ($taggedModel).

Table ​

Resolved from modularous.tables.tags.

  • Tagged — the pivot model for taggable relationships
  • TagController — search and creation endpoints
  • Model — base model that includes TaggableTrait