Skip to content

Installation

Composer

The recommended installation method is using Composer.

In your project root just run:

bash
composer req bavix/laravel-wallet

Ensure 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-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 or configure it to suit your needs.