haxibiao / config
哈希表配置库
Installs: 18
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.3
- haxibiao/helpers: *
- laravel/framework: ^8.0
This package is auto-updated.
Last update: 2024-10-19 17:05:41 UTC
README
haxibiao/config 是配置管理库(含广告,APP 功能开关,ASO,SEO,CMS 等配置), 主要在后台
配置管理
模块
导语
- Config - 通用系统配置 laravel config 和 .env 之外配置到数据库的部分,支持运营后台修改
- AppConfig - APP 功能配置和开关,比如钱包,广告等 (分组可以支持针对版本,系统,应用市场)
- AdConfig - 广告配置,主要是穿山甲,优量汇等代码位
- Aso - Aso 信息,最新版本网页下载图文介绍
- Version - APP 版本信息说明和强更新配置
- Seo - Seo 信息,关键词,开启 cms 站群模式后,支持多域名,不同 TKD,统计代码等..
环境要求
- haxibiao/console
- haxibiao/helpers
安装步骤
composer.json
改动如下: 在repositories
中添加 vcs 类型远程仓库指向http://code.haxibiao.cn/packages/haxibiao-config
- 执行
composer require haxibiao/config
- 安装和更新,需要执行
php artisan config:install
- 完成
如何完成更新?
远程仓库的 composer package 发生更新时如何进行更新操作呢?
- 执行
composer update haxibiao/config