yuanxinhealthy/service-report

There is no license information available for the latest version (v1.0.16) of this package.

自动上报

This package's canonical repository appears to be gone and the package has been frozen as a result.

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', // 新增
    ],
],