We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d306b6b + 2ae18f4 commit 6ff7adeCopy full SHA for 6ff7ade
docs/installation.md
@@ -16,15 +16,4 @@ You can publish the config file with this artisan command:
16
php artisan vendor:publish --tag=laravel-wallet-config
17
```
18
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
-```
+After installing the package, you can proceed to [use it](basic-usage) or [configure](configuration) it to suit your needs.
0 commit comments