PHP code example of prime-kit / laravel-country-dataset-importer

1. Go to this page and download the library: Download prime-kit/laravel-country-dataset-importer 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/ */

    

prime-kit / laravel-country-dataset-importer example snippets


return [
];

$laravelCountryDatasetImporter = new PrimeKit\LaravelCountryDatasetImporter();
echo $laravelCountryDatasetImporter->echoPhrase('Hello, PrimeKit!');
bash
php artisan vendor:publish --tag="laravel-country-dataset-importer-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-country-dataset-importer-config"
bash
php artisan vendor:publish --tag="laravel-country-dataset-importer-views"