Adding the Philippine country data and its translations
For an easy upgrade follow these steps
It is recommended to make a backup to proceed with this update.
- Run
php artisan make:seeder PhilippinesData
- Paste this code in the seed that was created
$this->call(\Lwwcas\LaravelCountries\Database\Seeders\fix\PhilippinesTranslatesUpdatedSeeder::class);
- Run the seed that was created with the command
php artisan db:seed --class=PhilippinesData
- Delete PhilippinesData.php file
The changes will create in your database the Filipina country and its translations, in respective tables.