sbtsdev/laravelclickuperrorreports
最新稳定版本:1.3.0
Composer 安装命令:
composer require sbtsdev/laravelclickuperrorreports
包简介
Package for sending error reports from laravel to Clickup
README 文档
README
Package for sending error reports from laravel to Clickup. Take a look at contributing.md to see a to do list.
Installation
Via Composer
$ composer require sbtsdev/laravelclickuperrorreports
Usage
Set up the following in your .env
//get this from "Apps" under the user profile in clickup
CLICKUP_API_PK=
//list id pulled from clickup
//to pull the list id use dev tools in a browser
// and get the value of the data-SUBcategory attribute from the div for a task in that task list
CLICKUP_LIST_ID=
//clickup Id, I pulled it from the first number in the profile image uri
CLICKUP_ASSIGNEE_ID=
//if clickup rest call fails then email this address
CLICKUP_BACKUP_EMAIL=
//set to true if you want errors sent in a dev environment
CLICKUP_SEND_DEV_ERRORS=
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email webdesign@sbts.edu instead of using the issue tracker.
Credits
License
This software is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.75k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-24