mentasystem/wallet

There is no license information available for the latest version (v1.0.0.0) of this package.

v1.0.0.0 2021-10-19 11:06 UTC

This package is auto-updated.

Last update: 2024-03-19 17:37:17 UTC


README

Build Status

wallet first version (alpha release) .

version 1.0.0 !

  • create system wallet types
  • create your system account types
  • create your account (automaically assign to your account type)
  • charge your account
  • submit your order

You can also:

  • get report from your data such as:
    • get transactions and filter it
    • get orders and filter it

Requirement

wallet requires laravel framework v5.8 to run.

Installation

$ composer require mentasystem/wallet
Add this class provider into your config/app.php file
$ \Mentasystem\Wallet\WalletServiceProvider::class

run

$ php artisan migrate

Development

Want to be a contributer? Great!