Skip to content

Commit 5163b11

Browse files
committed
updated readme
1 parent 82c8d16 commit 5163b11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
### Step 2: Run migration
1919
php artisan migrate
2020

21-
### Edit `.env` file
21+
### Step 3: Edit `.env` file
2222
This package requires these keys:
2323
- **CHARGILY_EPAY_KEY**: You can get it from [Chargily Epay's dashboard](https://epay.chargily.com.dz/secure/admin/epay-api "Chargily Epay's dashboard").
2424
- **CHARGILY_EPAY_SECRET**: same as the first one.
@@ -29,7 +29,7 @@ This package requires these keys:
2929

3030
**Important**: `CHARGILY_EPAY_BACK_URL` and `CHARGILY_EPAY_WEBHOOK_URL` should be real URLs, so you can't put `http://127.0.0.1:8000`, use [Ngrok](https://ngrok.com/ "Ngrok").
3131

32-
### Step 3: Epayable trait
32+
### Step 4: Epayable trait
3333
Add the `Epayable` trait to your User model:
3434

3535
```php
@@ -41,7 +41,7 @@ class User extends Authenticatable
4141
}
4242
```
4343

44-
### Step 4 (optional): Publishing
44+
### Step 5 (optional): Publishing
4545
####Migration:
4646

4747
php artisan vendor:publish --provider="TheHocineSaad\LaravelChargilyEPay\LaravelChargilyEPayServiceProvider" --tag="migrations"

0 commit comments

Comments
 (0)