mentasystem / wallet
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/mentasystem/wallet
This package is auto-updated.
Last update: 2025-10-19 20:58:29 UTC
README
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!