Skip to content

Commit

Permalink
Merge pull request #765 from justinkekeocha/patch-2
Browse files Browse the repository at this point in the history
docs: customize name and slug of default wallet
  • Loading branch information
rez1dent3 authored Sep 12, 2023
2 parents edb904d + 133170e commit cdfe390
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ php artisan vendor:publish --tag=laravel-wallet-config
```

After installing the package, you can proceed to [use it](basic-usage).

You can customize the configuration file to suit certain needs. Example:

Customize `name` and `slug` of default wallet.
```php[config/wallet.php]
'default' => [
'name' => 'Ethereum',
'slug' => 'ETH',
'meta' => [],
],
```

0 comments on commit cdfe390

Please sign in to comment.