Nnjeim World Versions Save

A Laravel package which provides a list of the countries, states, cities, currencies, timezones and languages.

1.1.20

1 year ago
  • Updated countries, states and cities world data.
  • Creation of a new artisan console command to refresh the new data.
  • Minor adjustments.

1.1.18

1 year ago

Description

  • Adjustment in the response message translation.
  • Adjustment in the classes' paths.

1.1.15

1 year ago

Description

  • Addition of the italian locale (it)

1.1.14

1 year ago

Addition of the turkish locale support.

1.1.13

1 year ago
  • Seeder action enhancement.

1.1.12

2 years ago

New addition: The allowed countries and disallowed countries arrays in config. This new addition by @aeq-dev is to help restrict the seeding of the countries and their dependencies.

1.1.11

2 years ago
  • Ability to search all the queries by adding a search arg in the query string.

1.1.10

2 years ago
  • Addition of the possibility to filter with the optional fields.
https://laravel-world.com/api/states?filters[country_code]=RO&fields=cities

1.1.9

2 years ago
  • bug fix in countries json file.

1.1.8

2 years ago
  • Bug fix, renamed sub_region to subregion in the countries table.