Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HPWebdeveloper committed Jan 11, 2024
1 parent b52fe3f commit b5a7974
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@ You have successfully added two dedicated database tables, `wallets` and `wallet

```bash
php artisan vendor:publish --tag="pay-pocket-wallets"
php artisan vendor:publish --tag="config"
```

This command will automatically publish the `WalletEnums.php` file into your application's `app/Enums` directory.

## Updating

If updating from version `<= 1.0.3`, new migrations have been added to support the new [Transaction Info Feature](#transaction-info)
If updating from version `<= 1.0.3`, new migration and config files have been added to support the new [Transaction Info Feature](#transaction-info)

Follow the [Installation](#installation) Step 2 to update your migrations.
Follow the [Installation](#installation) Steps 2 and 3 to update your migrations.

## Preparation

Expand Down

0 comments on commit b5a7974

Please sign in to comment.