https://github.com/bluzphp/module-wallet
Module Wallet for Bluz framework
https://github.com/bluzphp/module-wallet
bluz-module
Last synced: 11 months ago
JSON representation
Module Wallet for Bluz framework
- Host: GitHub
- URL: https://github.com/bluzphp/module-wallet
- Owner: bluzphp
- License: mit
- Created: 2017-10-17T16:00:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T10:15:20.000Z (about 4 years ago)
- Last Synced: 2025-01-19T15:39:04.773Z (about 1 year ago)
- Topics: bluz-module
- Language: PHP
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Module Wallet for Bluz Skeleton
## Achievements
[](https://packagist.org/packages/bluzphp/module-wallet)
[](https://travis-ci.com/bluzphp/module-wallet)
[](https://scrutinizer-ci.com/g/bluzphp/module-wallet/)
[](https://packagist.org/packages/bluzphp/module-wallet)
[](https://packagist.org/packages/bluzphp/module-wallet)
## Usage
### Install module
To install the module run the command:
```bash
php ./vendor/bin/bluzman module:install wallet
php ./vendor/bin/bluzman db:migrate
```
### Remove module
To remove the module, run the command:
```bash
php ./vendor/bin/bluzman module:remove wallet
```