Skip to content

Commit

Permalink
add Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 8, 2024
1 parent 54db027 commit 4aebbc4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# NexaMerchant/CheckoutOneBuy

> This package is a part of NexaMerchant, a Laravel E-commerce package. This package is used to provide a OneBuy Checkout for the NexaMerchant package.
[![Build Status](https://github.com/NexaMerchant/CheckoutOneBuy/workflows/Laravel/badge.svg)](https://github.com/NexaMerchant/CheckoutOneBuy)
[![Release](https://img.shields.io/github/release/NexaMerchant/CheckoutOneBuy.svg?style=flat-square)](https://github.com/NexaMerchant/CheckoutOneBuy/releases)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/Nexa-Merchant/CheckoutOneBuy.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/CheckoutOneBuy)
[![Total Downloads](https://img.shields.io/packagist/dt/Nexa-Merchant/CheckoutOneBuy.svg?style=flat-square)](https://packagist.org/packages/Nexa-Merchant/CheckoutOneBuy)

# How to Install


Expand All @@ -8,7 +15,7 @@ NexaMerchant\CheckoutOneBuy\Providers\CheckoutOneBuyServiceProvider::class,
```
Add it to config/app.php $providers

# How to Publish
# How to Install with Composer

```
composer require nexa-merchant/checkoutonebuy
Expand Down

0 comments on commit 4aebbc4

Please sign in to comment.