Releases: igaster/laravel_cities
Releases · igaster/laravel_cities
v1.3.2
v1.3.1
v1.3
v1.2.2
v1.2.1
v1.2
- Sample Vue component
- Id is now the original geonames id (Warning: Breaking change)
- Added getItemsByIds() method
If you are upgrading from v1.1 then you must
- remove the column geoid from your database:
alter table geo drop column geoid;
- seed again to rebuild ids:
artisan geo:seed