laravel-countries icon indicating copy to clipboard operation
laravel-countries copied to clipboard

Laravel Countries is a bundle for Laravel, providing Almost ISO 3166_2, 3166_3, currency, Capital and more for all countries.

Results 58 laravel-countries issues
Sort by recently updated
recently updated
newest added

I added continents to countries. Source is https://restcountries.eu/

I am using laravel 5.2 (just started learning this framework) and want to use the countries list. I followed the documentation for laravel 5 and when I trying to execute...

I'm seeing `(inv.)` after some of the currency names, e.g. `Zambian kwacha (inv.)` - what does it mean?

Hello, Can you please add it? Should be easy! https://en.wikipedia.org/wiki/Serbia Thanks,

Is possible to get a spanish translation of the name and the capital? A local file or something like that?

Please amalgamate the migrations, as SQLite does not support the MODIFY DB command.

Certain countries have 2 decimal places for currencies but a few have 3 like OMAN and Kuwait ... around 32 countries in the list have no decimal part in their...

Got this error when using PostgreSQL ` syntax error at or near "MODIFY" LINE 1: ALTER TABLE countries MODIFY country_code CHAR(3) NOT NULL D... ^ (SQL: ALTER TABLE `

It would be nice to have the local names of each country available: ``` json "528":{ ... "iso_3166_2":"NL", "iso_3166_3":"NLD", "name":"Netherlands", "local_name":"Nederland", "region-code":"150", ... }, ```