Skip to content

Commit b1bea45

Browse files
committed
add docs bavix/laravel-wallet-uuid
1 parent 0d6a79e commit b1bea45

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

docs/_sidebar.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
- [Batch transactions](batch-transactions)
3636
- [Batch transfers](batch-transfers)
3737

38-
- Nova
39-
40-
- [Change of balance](nova-action)
41-
4238
- Purchases
4339

4440
- [Payment](payment)
@@ -54,6 +50,11 @@
5450
- [Race condition](race-condition)
5551
- [Atomic Service](atomic-service)
5652

53+
- Additions
54+
55+
- [Wallet Swap](laravel-wallet-swap)
56+
- [Wallet UUID](laravel-wallet-uuid)
57+
5758
- Events
5859

5960
- [BalanceUpdatedEvent](balance-updated-event)
@@ -65,6 +66,6 @@
6566

6667
- [Create Wallet](command-create-wallet)
6768

68-
- Additions
69+
- Nova
6970

70-
- [Wallet Swap](laravel-wallet-swap)
71+
- [Change of balance](nova-action)

docs/laravel-wallet-uuid.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## Laravel Wallet UUID
2+
3+
## Composer
4+
5+
The recommended installation method is using [Composer](https://getcomposer.org/).
6+
7+
In your project root just run:
8+
9+
```bash
10+
composer req bavix/laravel-wallet-uuid
11+
```
12+
13+
Now you need to migrate!
14+
15+
After migration, you can use the UUID in your models.
16+
Attention! It will not work to use UUID instead of ID in wallet models; there is a special uuid field for this.
17+
18+
It worked!

0 commit comments

Comments
 (0)