Commit c77dbef5 by 刘旋尧

添加readme

parent 51b58d14
# 什么是webhook # 什么是webhook
一个轻量级的回调工具,可以将webhook比如github、gitee,hook地址提交的数据保存下来,然后在后台执行指定的命令。
# get # 快速开始
\ No newline at end of file
## 安装
```bash
$ git clone ssh://git@gitlab.yidianling.com:2224/2970/webhook.git
$ cd webhook
$ composer install
$ npm install
$ npm run dev
$ //配置env文件
$ php artisan serve
```
最后在浏览器里访问即可
## 使用
在后台创建webhook,标题作为hook地址的一部分,如标题是github,则hook地址为http://hostname/hook/github
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment