| Package Data | |
|---|---|
| Maintainer Username: | carlospalacin | 
| Maintainer Contact: | info@syscover.com (SYSCOVER SL) | 
| Package Create Date: | 2016-03-16 | 
| Package Last Update: | 2017-03-09 | 
| Home Page: | |
| Language: | PHP | 
| License: | Unknown | 
| Last Refreshed: | 2025-10-26 03:14:19 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 100 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 2 | 
| Total Forks: | 0 | 
| Total Open Issues: | 0 | 
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