langleyfoxall / xero-laravel

💸 Access the Xero accounting system using an Eloquent-like syntax
https://packagist.org/packages/langleyfoxall/xero-laravel
GNU Lesser General Public License v3.0
85 stars 40 forks source link

How can i add new invoice using this package? #38

Closed AlexandruMagher closed 3 years ago

AlexandruMagher commented 3 years ago

Hello, How can i add new invoice using this package? Could you please reply asap? Best regards

jaredkove commented 3 years ago

This package does require calcinai/xero-php as a dependency, which I would use to create the invoice.

There's a lot of functionality within that package that we haven't duplicated/wrapped here.