Skip to content

Commit 5a5890e

Browse files
committed
Update installation instructions in README.md- Clarify steps and headings
1 parent d3280e5 commit 5a5890e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,23 @@ Currently, this package supports the following online payment processors/handler
4444
4545
## Installation
4646

47-
1. Install via composer.
48-
4947
```bash
5048
composer require damms005/laravel-multipay
5149
```
5250

53-
1. Publish the config file.
51+
### Publish the config file.
5452

5553
```bash
5654
php artisan vendor:publish --tag=laravel-multipay-config
5755
```
5856

59-
1. Run migrations.
57+
### Run migrations.
6058

61-
```
59+
```bash
6260
php artisan migrate
6361
```
6462

65-
### Demo Repo
63+
#### Demo Repo
6664
I [published an open source app](https://github.com/damms005/nft-marketplace) that uses this payment package. It is also an excellent example of a Laravel app that uses [Laravel Vite](https://laravel.com/docs/9.x/vite#main-content) and leverages on [Laravel Echo](https://laravel.com/docs/9.x/broadcasting#client-side-installation) to provide realtime experience via public and private channels using [Laravel Websocket](https://beyondco.de/docs/laravel-websockets), powered by [Livewire](https://laravel-livewire.com/docs).
6765

6866
### Test drive 🚀

0 commit comments

Comments
 (0)