Installation
Composer
The recommended installation method is using Composer.
In your project root just run:
bash
composer req bavix/laravel-walletEnsure that you’ve set up your project to autoload Composer-installed packages.
Customize
Sometimes it is useful...
Run Migrations
Publish the migrations with this artisan command:
bash
php artisan vendor:publish --tag=laravel-wallet-migrationsConfiguration
You can publish the config file with this artisan command:
bash
php artisan vendor:publish --tag=laravel-wallet-configAfter installing the package, you can proceed to use it or configure it to suit your needs.