Skip to content

Setting ​

File: src/Entities/Setting.php
Namespace: Unusualify\Modularous\Entities
Extends: Model
Traits: HasImages, HasTranslation

Key-value settings model with translation support and image attachments. Settings are scoped by section and use a key/value structure where the value is translatable.

Fillable Attributes ​

AttributeTypeDescription
keystringSetting key
sectionstringSetting section/group

Translated Attributes ​

AttributeDescription
valueThe setting value (per-locale)
localeActive locale
activeWhether the translation is active

Configuration ​

  • $useTranslationFallback is enabled — missing translations fall back to the default locale.
  • Translation model: Unusualify\Modularous\Entities\Translations\SettingTranslation

Table ​

Resolved from modularous.settings_table, defaults to twill_settings.