Skip to content

Adding the Philippine country data and its translations

Compare
Choose a tag to compare
@lwwcas lwwcas released this 02 Oct 18:09
· 54 commits to master since this release

For an easy upgrade follow these steps

It is recommended to make a backup to proceed with this update.

  1. Run php artisan make:seeder PhilippinesData
  2. Paste this code in the seed that was created
    $this->call(\Lwwcas\LaravelCountries\Database\Seeders\fix\PhilippinesTranslatesUpdatedSeeder::class);
  3. Run the seed that was created with the command php artisan db:seed --class=PhilippinesData
  4. Delete PhilippinesData.php file

The changes will create in your database the Filipina country and its translations, in respective tables.