Lwwcas Laravel Countries Versions Save

Laravel-Countries, is a package that contains everything you need to start a new project and have all countries, information and translations on hand. And all this optimized for Laravel 8 ,9 and now 10.

3.5.0

3 weeks ago

This simple release add Laravel 11 support to the package

3.4.6

1 year ago

3.4.5

1 year ago

3.4.4

1 year ago

3.4.3

1 year ago
  • Remove unused AN country, besides not being officially allocated to ISO 3166-1 alpha-2
  • Remove 'CY' duplicate
  • Minor fixes

3.4.2

1 year ago

For an easy upgrade follow these steps

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

The changes will create in your database the Dutch language and its translations, in respective tables.

3.4.1

1 year ago

For an easy upgrade follow these steps

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

The changes will create in your database the Arabic language and its translations, in respective tables.

3.4.0

1 year ago

This simple release add Laravel 10 support to the package

3.3.1

1 year ago

For an easy upgrade follow these steps

  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.

3.2.0

1 year ago

This simple release add Laravel 9 support to the package