| Current Path : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/docs/ |
| Current File : /home/users/unlimited/www/api.xalonx.com/vendor/bavix/laravel-wallet/docs/installation.md |
[composer](_include/composer.md ':include') ## You can use it for customization Sometimes it is useful... ### Run Migrations Publish the migrations with this artisan command: ```bash php artisan vendor:publish --tag=laravel-wallet-migrations ``` ### Configuration You can publish the config file with this artisan command: ```bash php artisan vendor:publish --tag=laravel-wallet-config ``` After installing the package, you can proceed to [use it](basic-usage) or [configure](configuration) it to suit your needs.