yuangxinhealthy/service-report

此包的最新版本(v1.0.16)没有可用的许可证信息。

自动上报

此包的规范仓库似乎已消失,因此该包已被冻结。

v1.0.16 2022-07-14 01:17 UTC

This package is not auto-updated.

Last update: 2023-01-26 04:35:52 UTC


README

加载

composer require yuanxinhealthy/service-report

php bin/hyperf.php vendor:publish yuanxinhealthy/service-report

配置

  • 配置config/autoload/server.php
'server'       => [
    'settings' => [
        Constant::OPTION_ADMIN_SERVER => '0.0.0.0:9502', // 新增
    ],
],