Skip to content

Commit 58ad396

Browse files
Update demo link to point to Laravel 12 version
1 parent 62f2c56 commit 58ad396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**Laravel Pay Pocket** is a package designed for Laravel applications, offering the flexibility to manage multiple wallet types within two dedicated database tables, `wallets` and `wallets_logs`.
1111

12-
**Demo:** https://github.com/HPWebdeveloper/demo-pay-pocket
12+
**Demo:** [Link to the demo in Laravel 12](https://github.com/HPWebdeveloper/demo-pay-pocket-laravel-12)
1313

1414
**Videos:**
1515

@@ -267,7 +267,7 @@ LaravelPayPocket::walletBalanceByType($user, 'wallet_1');
267267
### Exceptions
268268

269269
Upon examining the `src/Exceptions` directory within the source code,
270-
you will discover a variety of exceptions tailored to address each scenario of invalid entry. Review the [demo](https://github.com/HPWebdeveloper/demo-pay-pocket) that accounts for some of the exceptions.
270+
you will discover a variety of exceptions tailored to address each scenario of invalid entry. Review the [demo](https://github.com/HPWebdeveloper/demo-pay-pocket-laravel-12) that accounts for some of the exceptions.
271271

272272
### Log
273273

0 commit comments

Comments
 (0)