Skip to content

Commit

Permalink
Merge pull request #773 from justinkekeocha/patch-8
Browse files Browse the repository at this point in the history
docs: move configuration details to separate file
  • Loading branch information
rez1dent3 authored Sep 14, 2023
2 parents d306b6b + 2ae18f4 commit 6ff7ade
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 6ff7ade

Please sign in to comment.