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-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,3 @@
1
-
# Juzaweb Payment Module
2
-
3
1
A flexible Payment Module for the Juzaweb CMS. This module provides a unified interface for handling multiple payment gateways (PayPal, Stripe) and allows other modules to integrate payment functionalities easily.
4
2
5
3
## Features
@@ -11,25 +9,19 @@ A flexible Payment Module for the Juzaweb CMS. This module provides a unified in
11
9
12
10
## Installation
13
11
14
-
1.**Require the package via Composer:**
12
+
1.**Install the module:**
15
13
16
14
```bash
17
-
composer require juzaweb/payment
15
+
php artisan module:install juzaweb/payment
18
16
```
19
17
20
-
2. **Publish the configuration and assets:**
18
+
2. **Publish the configuration and assets (optional):**
0 commit comments