polygon/invoicexpress

InvoiceXpress integration for Laravel

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Type:laravel-library

v1.0.8 2016-10-18 16:45 UTC

This package is auto-updated.

Last update: 2021-09-14 01:08:19 UTC


README

Total Downloads Latest Stable Version Latest Unstable Version

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.