Releases: kevinpurwito/laravel-country
Releases · kevinpurwito/laravel-country
v3.0.0
v2.0.1
2.0.1 - 2021-11-15
Fixed
- Seeder: Province codes not matching the actual code
- Seeder: Cities province_id not matching actual province_id
Update Guide
- Run
php artisan db:seed --class=Kevinpurwito\\LaravelCountry\\Database\\Seeders\\IdProvincesSeeder
php artisan db:seed --class=Kevinpurwito\\LaravelCountry\\Database\\Seeders\\IdCitiesSeeder
v2.0.0
2.0.0 - 2021-09-01
Added
- Districts seeder for Indonesia
- Districts and wards migration for Indonesia
Changed
order_no
column intoordinal
column
1.1.1
1.1.1 - 2021-08-09
Fixed
- Migration filename to ensure the order of migration is correct (countries > provinces > cities)
1.1.0
1.1.0 - 2021-08-09
Added
- Provinces table
- Cities table
- Migration for provinces and cities in Indonesia
1.0.1
1.0.1 - 2021-08-08
Fixed
- Laravel CountryServiceProvider
1.0.0
1.0.0 - 2021-08-7
Added
- Country migration, seeders and model