1. Go to this page and download the library: Download szymsza/laravel-fakturoid library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
szymsza / laravel-fakturoid example snippets
return [
'account_name' => env('FAKTUROID_NAME', 'XXX'), // URL slug of your account
'account_api_id' => env('FAKTUROID_API_ID', 'XXX'), // found in your Fakturoid user account settings
'account_api_secret' => env('FAKTUROID_API_SECRET', 'XXX'), // found in your Fakturoid user account settings
'app_contact' => env('FAKTUROID_APP_CONTACT', 'Application <[email protected]>'), // linked to the application you are developing
];