https://github.com/faks/openinfra-trial
https://github.com/faks/openinfra-trial
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/faks/openinfra-trial
- Owner: Faks
- Created: 2022-09-12T17:10:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T17:10:39.000Z (over 2 years ago)
- Last Synced: 2025-01-14T11:16:10.807Z (5 months ago)
- Language: PHP
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Web Artisan Commands
```shell
artisan register user=demo pin=123456
``````shell
artisan login user=demo pin=123456
``````shell
artisan deposit 5
``````shell
artisan withdraw 2
``````shell
artisan transfer amount=5 user=demo2
``````shell
artisan history
``````shell
artisan logout
```