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.
1 parent 9c175bc commit e0882e2Copy full SHA for e0882e2
README.md
@@ -22,13 +22,13 @@ laravel-wallet - Easy work with virtual wallet.
22
### Run Migrations
23
Publish the migrations with this artisan command:
24
```
25
-php artisan vendor:publish --provider="Depsimon\Wallet\WalletServiceProvider" --tag=migrations
+php artisan vendor:publish --tag=laravel-wallet-migrations
26
27
28
### Configuration
29
You can publish the config file with this artisan command:
30
31
-php artisan vendor:publish --provider="Depsimon\Wallet\WalletServiceProvider" --tag=config
+php artisan vendor:publish --tag=laravel-wallet-config
32
33
34
### Usage
0 commit comments