Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 287 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 287 Bytes

Installation

composer require nanuc/laravel-lexoffice

Add the following to your config/services.php and add the values to your .env:

'lexoffice' => [
    'endpoint' => env('LEXOFFICE_ENDPOINT', 'https://api.lexoffice.io/v1'),
    'token' => env('LEXOFFICE_TOKEN'),
],