This class helps you to use the FattureInCloud functionality with your Laravel 5.x framework.
Using composer insert into composer.json the following code block:
"repositories": [
{
"url": "https://github.com/caereservices/fic.git",
"type": "git"
}
], ...
"require": {
"caereservices/fic": "dev-master", ...
then run composer update
Following example show the basic steps for use this class in your code.