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