File tree Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Expand file tree Collapse file tree 2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 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 )
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 )
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 )
Original file line number Diff line number Diff line change 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!
You can’t perform that action at this time.
0 commit comments