Skip to content

Commit f7dcd9f

Browse files
authored
Revise README for installation and configuration steps
Updated installation instructions and removed unnecessary steps.
1 parent 2afffe8 commit f7dcd9f

1 file changed

Lines changed: 3 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Juzaweb Payment Module
2-
31
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.
42

53
## Features
@@ -11,25 +9,19 @@ A flexible Payment Module for the Juzaweb CMS. This module provides a unified in
119

1210
## Installation
1311

14-
1. **Require the package via Composer:**
12+
1. **Install the module:**
1513

1614
```bash
17-
composer require juzaweb/payment
15+
php artisan module:install juzaweb/payment
1816
```
1917

20-
2. **Publish the configuration and assets:**
18+
2. **Publish the configuration and assets (optional):**
2119

2220
```bash
2321
php artisan vendor:publish --tag="payment-config"
2422
php artisan vendor:publish --tag="payment-module-views"
2523
```
2624

27-
3. **Run migrations:**
28-
29-
```bash
30-
php artisan migrate
31-
```
32-
3325
## Configuration
3426

3527
Payment methods are configured directly in the Juzaweb Admin Panel.

0 commit comments

Comments
 (0)