Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Class 'App\LaraBlockIo' not found #39

Open
prasenjit1011 opened this issue Nov 11, 2017 · 2 comments
Open

Class 'App\LaraBlockIo' not found #39

prasenjit1011 opened this issue Nov 11, 2017 · 2 comments

Comments

@prasenjit1011
Copy link

Hi,

I am trying to implement Block.io get_network_fee_estimate($arr),

when we try
return LaraBlockIo::get_network_fee_estimate($arr);
we getting error
Class 'App\LaraBlockIo' not found,

$arr['amounts'] = 95;
$arr['to_addresses'] = '3BFGYeQC7uSp5pfS7ebs8AN2xQ6VCxtAbs';
we already set in larablockio.php
'apiKey' => env('1059-809b-1b8c-4527'),
'pin' => env('Behala345'),
'version' => env('BLOCKIO_VERSION', 2)

@alejandro-carstens
Copy link
Contributor

Hi Prasenjit you need to register the service provider and the Facade in config/app.php then you will be able to use the service. I hope this helps.

@ladaposamuel
Copy link

Are you not releasing secret credentials? @Prasenjiit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants