PHP code example of haosheng / filament-ip-country-column
1. Go to this page and download the library: Download haosheng/filament-ip-country-column 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/ */
haosheng / filament-ip-country-column example snippets
return [
];
$ipCountryColumn = new HaoSheng\IpCountryColumn();
echo $ipCountryColumn->echoPhrase('Hello, HaoSheng!');
bash
php artisan vendor:publish --tag="filament-ip-country-column-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="filament-ip-country-column-views"