Download the PHP package chiefgroup/laravel-acm-client without Composer
On this page you can find all versions of the php package chiefgroup/laravel-acm-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download chiefgroup/laravel-acm-client
More information about chiefgroup/laravel-acm-client
Files in chiefgroup/laravel-acm-client
Download chiefgroup/laravel-acm-client
More information about chiefgroup/laravel-acm-client
Files in chiefgroup/laravel-acm-client
Vendor chiefgroup
Package laravel-acm-client
Short Description laravel aliyun acm client
License MIT
Homepage https://github.com/chiefgroup/laravel-acm-client
Package laravel-acm-client
Short Description laravel aliyun acm client
License MIT
Homepage https://github.com/chiefgroup/laravel-acm-client
Please rate this library. Is it a good library?
Informations about the package laravel-acm-client
Laravel 阿里云ACM配置中心客户端
该客户端实现从ACM拉取配置,存放一个配置文件acm.json到根目录。并在启动时更新配置
安装
该包已实现自动注册service provider,你也可以手动注册,编辑config/app.php
Lumen
修改bootstrap/app.php
到 https://acm.console.aliyun.com 添加配置,JSON格式,这个例子修改了app.name和mysql的数据库名
.env文件添加环境变量
发布配置
使用
如果之前执行过php artisan config:cache
,需要php artisan config:clear
后重新执行php artisan config:cache
手动执行命令php artisan acm:get-config
拉取配置。
如果你启用了任务调度,修改App\Console\Kernel
,添加一个任务
或者通过crontab
* * * * * www php /projectpath/artisan acm:get-config
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-acm-client with dependencies
PHP Build Version
Package Version
Requires
guzzlehttp/guzzle Version
>=6.3
The package chiefgroup/laravel-acm-client contains the following files
Loading the files please wait ....