Download the PHP package buddysoft/yii2-setting without Composer
On this page you can find all versions of the php package buddysoft/yii2-setting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download buddysoft/yii2-setting
More information about buddysoft/yii2-setting
Files in buddysoft/yii2-setting
Download buddysoft/yii2-setting
More information about buddysoft/yii2-setting
Files in buddysoft/yii2-setting
Vendor buddysoft
Package yii2-setting
Short Description Simple and Configurable Setting rely on DB
License Apache Version 2.0
Homepage https://github.com/liuwanwei/yii2-setting
Package yii2-setting
Short Description Simple and Configurable Setting rely on DB
License Apache Version 2.0
Homepage https://github.com/liuwanwei/yii2-setting
Please rate this library. Is it a good library?
Informations about the package yii2-setting
使用数据库存储通用配置项
简介
为 Yii2 封装的一个配置项管理模块。
特性:
- 支持从配置文件读取应用的默认配置项
- 支持使用 Yii2 内置的各种 validators 对配置做验证
- 内置配置项无法删除,意外删除后会自动用默认配置项填充
- 提供配置页面对配置项进行管理
适用环境:
- PHP 5.6 及以上版本
- Yii2.0.7 及以上版本
- MySQL 5.6 及以上版本
使用方法
1.安装
2.导入数据表
3.创建配置文件
示例文件位置: yii2-setting/migrations/settings.php
推荐拷贝配置文件到目标应用的 config 目录,以 Yii2 高级模板的 backend 应用为例:
导入口,可以对配置项进行修改、添加或删除。
4.配置管理页面模块
修改 backend/config/main.php
经过以上配置,就能在浏览中访问配置界面了:
跟 Yii2-admin 配合使用时,记得将 setting/setting/* 访问权限添加给用户。
5.在代码中使用配置项
配置项定义方法
示例:
配置中使用 options 配置 validator 对 value 的合法性进行验证。
options 有两个属性:
- validator:配置项名字,诸如 integer, string, in 等
- params: validator 验证时使用的参数,参考 validators 的 public 属性
分类功能
为了方便在后台管理所有配置项,所以给配置项增加了分类(category)属性,后台展示时,同一分类的配置项在一个 Tab 中展示。
注意:配置项不会根据分类进行隔离,所有配置项都在同一名字空间中。
All versions of yii2-setting with dependencies
PHP Build Version
Package Version
The package buddysoft/yii2-setting contains the following files
Loading the files please wait ....