debughub / client
该软件包最新版本(dev-master)没有提供许可证信息。
Debughub客户端
dev-master
2017-09-05 20:39 UTC
This package is not auto-updated.
Last update: 2024-09-20 19:40:19 UTC
README
该项目正在开发中,尚未准备好公开。如果您感兴趣,请发送电子邮件至 info@debughub.com
安装:目前仅支持laravel 5.x。
-
在composer.json中添加以下内容
"debughub/client": "dev-master"
-
将服务提供者添加到config/app.php文件中
Debughub\Client\DebughubServiceProvider::class
-
在config目录下创建新的配置文件,内容如下:
<?php return [ 'api_key' => '', 'project_key' => '', 'git_root' => '', 'enabled' => true, 'blacklist_params' => [ 'password' ] ];