-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 371af10
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# NexaMerchant/Klaviyo | ||
|
||
[](https://github.com/NexaMerchant/Klaviyo) | ||
[](https://github.com/NexaMerchant/Klaviyo/releases) | ||
[](https://packagist.org/packages/Nexa-Merchant/Klaviyo) | ||
[](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. | ||
|
||
|