Download the PHP package laket/laket-config without Composer
On this page you can find all versions of the php package laket/laket-config. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laket/laket-config
More information about laket/laket-config
Files in laket/laket-config
Download laket/laket-config
More information about laket/laket-config
Files in laket/laket-config
Vendor laket
Package laket-config
Short Description laket-admin 系统通用配置
License Apache-2.0
Homepage https://github.com/deatil/laket-config
Package laket-config
Short Description laket-admin 系统通用配置
License Apache-2.0
Homepage https://github.com/deatil/laket-config
Please rate this library. Is it a good library?
Informations about the package laket-config
系统通用配置
项目介绍
- 基于 laket-admin 的系统通用配置
- 自定义数据配置,可作为其他插件的基础配置
使用方法
- composer安装
composer require laket/laket-config
- 本地安装
- 手动将模块上传到
/flashs/laket/laket-config
目录
- 手动将模块上传到
- 最后在
系统管理->闪存插件->本地
安装添加的闪存插件
示例
// 保存或者修改数据
$cfg = laket_configs("ddddddddd");
$cfg->version = 0.21;
$cfg->data1 = "data11";
$cfg->value = "value111";
$cfg->value2 = "value211";
// 删除数据并保存
// unset($cfg->data);
$cfg->save();
// 删除全部配置
laket_configs("ddddddddd")->delete();
// 获取数据
$value2 = laket_configs("ddddddddd")->value2;
开源协议
- 本插件遵循
Apache2
开源协议发布,在保留本插件版权的情况下提供个人及商业免费使用。
版权
- 该系统所属版权归 deatil(https://github.com/deatil) 所有。
All versions of laket-config with dependencies
PHP Build Version
Package Version
The package laket/laket-config contains the following files
Loading the files please wait ....