PHP code example of sashalenz / nova-poshta-api
1. Go to this page and download the library: Download sashalenz/nova-poshta-api 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/ */
sashalenz / nova-poshta-api example snippets
return [
'api_key' => env('NOVA_POSHTA_API_KEY'),
];
bash
php artisan vendor:publish --tag="nova-poshta-api-config"