PHP code example of laravel-enso / ro-addresses
1. Go to this page and download the library: Download laravel-enso/ro-addresses 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/ */
laravel-enso / ro-addresses example snippets
'localitiesUpdate' => [
'label' => 'Localities Update',
'template' => 'app/Importing/Templates/localityUpdate.json',
'importerClass' => 'App\Importing\Importers\LocalityUpdateImporter',
'customValidatorClass' => \App\Importing\Validators\LocalityUpdateValidator::class,
'sheetEntriesLimit' => 5000,
'stopOnErrors' => true,
],