polygon / invoicexpress
InvoiceXpress integration for Laravel
v1.0.8
2016-10-18 16:45 UTC
Requires
- php: >=5.6.4
- guzzlehttp/guzzle: ^6.2
- illuminate/support: 5.3.*
This package is auto-updated.
Last update: 2021-09-14 01:08:19 UTC
README
Laravel Invoice Xpress is a bundle for Laravel, providing a base integration with Invoice Xpress service.
Please note that this package is for Laravel 5.3 only
Installation
Add polygon/invoicexpress
to composer.json
.
"polygon/invoicexpress": "dev-master"
Run composer update
to pull down the latest version of Country List.
Edit config/app.php
and add the provider
'providers' => [
'Polygon\InvoiceXpress\InvoiceXpressServiceProvider',
]
Now add the alias.
'aliases' => [
'InvoiceXpress' => 'Polygon\InvoiceXpress\InvoiceXpressFacade',
]
Configuration
You can start by publishing the configuration files. Run the following command
$ php artisan vendor:publish
Setting Keys
Go to your .env
file and set the required fields, as described in `config/invoicexpress.php.