syscover/factura-directa is a Laravel package for factura directa package.
It currently has 0 GitHub stars and 100 downloads on Packagist (latest version v2.0.2).
Install it with composer require syscover/factura-directa.
Discover more Laravel packages by syscover
or browse all Laravel packages to compare alternatives.
Last updated
1 - After install Laravel framework, insert on file composer.json, inside require object this value
"syscover/factura-directa": "~2.0"
and execute on console:
composer update
2 - Register service provider, on file config/app.php add to providers array
Syscover\FacturaDirecta\FacturaDirectaServiceProvider::class,
3 - Execute publish command
php artisan vendor:publish
##Configuration Set config options on config\facturaDirecta.php The best option is set options in environment file, with this example
FACTURADIRECTA_ACCOUNT_NAME=xxxxxx
FACTURADIRECTA_API_KEY=xxxxxxxxxxxxxxxxxxxx