Skip to content

Commit

Permalink
🚧 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani committed Apr 23, 2024
1 parent f7e8b10 commit 6eb05d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@

BayRewards PHP SDK for Laravel Framework.

[BayRewards](https://bayrewards.io) revolutionizes e-commerce engagement with a comprehensive rewards platform. Seamlessly integrated with online stores, [BayRewards](https://bayrewards.io) offers point programs, referral incentives, and VIP perks to drive customer loyalty and sales. Elevate your e-commerce experience by incentivizing purchases, encouraging referrals, and rewarding VIP customers with exclusive benefits. With [BayRewards](https://bayrewards.io), businesses can effortlessly cultivate customer relationships and foster brand advocacy, leading to increased retention and revenue.

## Installation

You can install the package via composer:

```bash
composer require palpalani/bayrewards-laravel
```

You can publish the config file with:

```bash
Expand All @@ -24,7 +27,7 @@ This is the contents of the published config file:

```php
return [
'bayrewards_base_url' => env('BAYREWARDS_BASE_URL', 'https://data.bayrewards.io')
'bayrewards_base_url' => env('BAYREWARDS_BASE_URL')
];
```

Expand Down

0 comments on commit 6eb05d6

Please sign in to comment.