You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
### Step 2: Run migration
19
19
php artisan migrate
20
20
21
-
### Edit `.env` file
21
+
### Step 3: Edit `.env` file
22
22
This package requires these keys:
23
23
-**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").
24
24
-**CHARGILY_EPAY_SECRET**: same as the first one.
@@ -29,7 +29,7 @@ This package requires these keys:
29
29
30
30
**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").
31
31
32
-
### Step 3: Epayable trait
32
+
### Step 4: Epayable trait
33
33
Add the `Epayable` trait to your User model:
34
34
35
35
```php
@@ -41,7 +41,7 @@ class User extends Authenticatable
0 commit comments