loaf/settings

Loaf 设置插件

0.2.0 2018-04-01 17:49 UTC

This package is auto-updated.

Last update: 2024-09-11 01:02:17 UTC


README

Build Status StyleCI

Loaf 的用户自定义设置。

用法

该包提供了一个易于访问设置的接口。

// Set a value
Settings::set('website.appearance.color', '#dbedff');

// Get a value
$value = Settings::get('website.appearance.color', $default_value);

部分、组、字段、类型和模型

设置被分类在包含 groupssections 中,而 groups 包含 fields。这些 fields 具有特定的 SettingType(类型)和对应的数据库 model