Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 20, 2024
1 parent fb4f487 commit 5fd5b73
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/webhooks.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/webhooks)
[![Software License](https://img.shields.io/packagist/l/Nexa-Merchant/webhooks.svg?style=flat-square)](LICENSE.md)

# How to Install


```
NexaMerchant\Webhooks\Providers\WebhooksServiceProvider::class,
```
Add it to config/app.php $providers

# How to Publish
# How to Install

```
composer require nexa-merchant/webhooks
Expand Down
19 changes: 19 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# WebHooks For NexaMerchant

## Introduction

NexaMerchant Webhook is build on Laravel, when you enable it, and you can use it call other platform.

You can use http, https, or any other protocol to call other platform.

## Webhook Api Documentation

- [Webhook Api Documentation](https://nexamerchant.com/docs/webhooks)

## Installation

```bash
composer require nexa-merchant/webhooks
```


0 comments on commit 5fd5b73

Please sign in to comment.