Skip to content

Commit 6ff7ade

Browse files
authored
Merge pull request #773 from justinkekeocha/patch-8
docs: move configuration details to separate file
2 parents d306b6b + 2ae18f4 commit 6ff7ade

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

docs/installation.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,4 @@ You can publish the config file with this artisan command:
1616
php artisan vendor:publish --tag=laravel-wallet-config
1717
```
1818

19-
After installing the package, you can proceed to [use it](basic-usage).
20-
21-
You can customize the configuration file to suit certain needs. Example:
22-
23-
Customize `name` and `slug` of default wallet.
24-
```php[config/wallet.php]
25-
'default' => [
26-
'name' => 'Ethereum',
27-
'slug' => 'ETH',
28-
'meta' => [],
29-
],
30-
```
19+
After installing the package, you can proceed to [use it](basic-usage) or [configure](configuration) it to suit your needs.

0 commit comments

Comments
 (0)