You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-7Lines changed: 13 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@
57
57
58
58
**Note:** The package follows Laravel's philosophy of being as permissive as possible with PHP versions. Your application's `composer.json` will enforce the minimum PHP version required by your Laravel version (10.x requires PHP 8.1+, 11.x and 12.x require PHP 8.2+).
59
59
60
-
## Installation:
60
+
## Installation
61
61
62
62
-**Step 1:** You can install the package via composer:
63
63
@@ -74,7 +74,7 @@ php artisan migrate
74
74
75
75
You have successfully added two dedicated database tables, `wallets` and `wallets_logs`, without making any modifications to the `users` table.
@@ -87,7 +87,14 @@ This command will automatically publish the `pay-pocket.php` config file and als
87
87
88
88
If updating to version `^2.0.0`, new migration and config files have been added to support the new [Transaction Notes Feature](#transaction-notes-8)
89
89
90
-
Follow [Step 2](#installation) (publish migrations) and [Step 3](#installation) (publish config) from the Installation section to update your migrations.
90
+
Run the following commands to publish the updated migrations and config:
Note: `wallet_1` and `wallet_2` must already be defined in the `WalletEnums`.
167
174
168
-
#### Transaction Info ([#8][i8])
175
+
#### Transaction Notes ([#8][i8])
169
176
170
177
When you need to add descriptions for a specific transaction, the `$notes` parameter enables you to provide details explaining the reason behind the transaction.
0 commit comments