I am having issues in 5.6 for now I can get it to work by swapping...
'Exchange' => Fadion\Fixerio\Facades\Exchange::class
for..
'Exchange' => Fadion\Fixerio\Exchange::class,
Otherwise I start getting error output like..
Call to undefined method Fadion\Fixerio\Facades\Exchange::get()
I am having issues in 5.6 for now I can get it to work by swapping...
for..
Otherwise I start getting error output like..