Skip to content

Commit

Permalink
docs: move configuration details to separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Kekeocha Justin Chetachukwu <[email protected]>
  • Loading branch information
justinkekeocha authored Sep 14, 2023
1 parent 80d31e8 commit 2ae18f4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,4 @@ You can publish the config file with this artisan command:
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' => [],
],
```
After installing the package, you can proceed to [use it](basic-usage) or [configure](configuration) it to suit your needs.

0 comments on commit 2ae18f4

Please sign in to comment.