experteam / api-laravel-ebilling
Laravel library to manage common operations used in electronic billing processes
0.9.0
2025-04-23 22:20 UTC
Requires
- php: ^8.1 || ^8.2
- ext-json: *
- ext-simplexml: *
- illuminate/database: ^9.0 || ^10.0 || ^11.0
- illuminate/support: ^9.0 || ^10.0 || ^11.0
README
Laravel library to manage common operations used in electronic billing processes.
It includes:
- Document file manager: store and retrieve request and response files used in electronic billing.
Install
Run the following commands to install:
composer require experteam/api-laravel-ebilling
Update
Run the composer command to update the package:
composer update experteam/api-laravel-ebilling
Use
After installing the package, you should run the migration command to create the necessary tables in your database.
php artisan migrate
this will create the following tables: document_files