A Laravel wrapper for io-digital/a-block-php
io-digital/a-block-laravel is a Laravel package for a laravel wrapper for io-digital/a-block-php.
It currently has 0 GitHub stars and 1.546 downloads on Packagist (latest version 0.1.0).
Install it with composer require io-digital/a-block-laravel.
Discover more Laravel packages by io-digital
or browse all Laravel packages to compare alternatives.
Last updated
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