io-digital / a-block-laravel
A Laravel wrapper for io-digital/a-block-php
0.1.0
2024-02-07 09:39 UTC
Requires
- php: ^8.2
- io-digital/a-block-php: ^0.1.0
This package is auto-updated.
Last update: 2024-11-07 11:35:20 UTC
README
If you can decipher this, use it.
composer require io-digital/a-block-laravel
Some env settings:
A_BLOCK_COMPUTE_HOST=https://compute.a-block.net A_BLOCK_STORAGE_HOST=https://storage.a-block.net A_BLOCK_INTERCOM_HOST=https://intercom.a-block.net
php artisan vendor:publish --tag=a-block-config
Add this trait to any model that has wallets
use IODigital\ABlockLaravel\Traits\HasABlockWallets;
The step into DOS world and run
php artisan ablock:command-app