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 ​
| Attribute | Type | Description |
|---|---|---|
name | string | Tag display name |
slug | string | URL-safe slug |
count | int | Usage count |
namespace | string | Tag namespace for scoping |
locale | string | Tag locale |
Configuration ​
Uses Tagged as the pivot model ($taggedModel).
Table ​
Resolved from modularous.tables.tags.
Related ​
- Tagged — the pivot model for taggable relationships
- TagController — search and creation endpoints
- Model — base model that includes
TaggableTrait