v-wallet is in the beta stage now. it is not recommended to use in the production environment
You can install the package via composer:
composer require immeyti/v-wallet
You can publish and run the migrations with:
php artisan vendor:publish --provider="Immeyti\VWallet\WalletServiceProvider" --tag="migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Immeyti\VWallet\WalletServiceProvider" --tag="config"
You can use this package in two ways:
- add the
Immeyti\VWallet\Traits\HasWallet
trait to the User model. - direct use of
Immeyti\VWallet\Wallet
.(actually, it should be a facade)
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.