class Setting extends Model

Class Setting.

Represents a setting in the database.

Properties

protected $table
protected $fillable
protected $casts
int $id
string $group
string $key
string $value
string $type
string $label
string $description
array $options
bool $is_system
Carbon|null $created_at
Carbon|null $updated_at

Methods

static void
boot()

The "booted" method of the model.

mixed
getValueAttribute(mixed $value)

Get the value attribute.

void
setValueAttribute(mixed $value)

Set the value attribute.

Details

at line 50
static protected void boot()

The "booted" method of the model.

Return Value

void

at line 73
mixed getValueAttribute(mixed $value)

Get the value attribute.

Parameters

mixed $value

Return Value

mixed

at line 89
void setValueAttribute(mixed $value)

Set the value attribute.

Parameters

mixed $value

Return Value

void