Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Feb 27, 2025
0 parents commit 371af10
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# NexaMerchant/Klaviyo

[![Build Status](https://github.com/NexaMerchant/Klaviyo/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/Klaviyo)
[![Release](https://img.shields.io/github/release/NexaMerchant/Klaviyo.svg?style=flat-square)](https://github.com/NexaMerchant/Klaviyo/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/Klaviyo.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Klaviyo)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/Klaviyo.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/Klaviyo)

# How to Install

```
composer require nexa-merchant/klaviyo
```

# How to Uninstall

```
composer remove nexa-merchant/klaviyo
```

# How to Update

```
composer update nexa-merchant/klaviyo
```

# How to Publish

```
php artisan vendor:publish --provider="NexaMerchant\Klaviyo\Providers\KlaviyoServiceProvider"
```

# How to Support

If you need support, please contact us at nice.lizhi@gmail.com or open an issue on GitHub.

# How to Contribute

If you want to contribute to this package, please open a pull request on GitHub.

# How to Report a Bug

If you find a bug, please open an issue on GitHub.

# How to Request a Feature

If you have an idea for a new feature, please open an issue on GitHub.


0 comments on commit 371af10

Please sign in to comment.