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

make autoload section composer 2.x compatible and remove warning during installation in composer ^1.10 fixes #115

Seeing deprecation notice: ``` - Installing webpatser/laravel-countries (1.5.4): Downloading (100%) Generating optimized autoload files Deprecation Notice: Class Webpatser\Countries\MigrationCommand located in ./vendor/webpatser/laravel-countries/src/commands/MigrationCommand.php does not comply with psr-0 autoloading standard. It will...

Because we don't want to publish assets and configuration of other packages.

It would be great, if it could be associated which continent this Country is on (NA, EU...)

Added an alternate way to call the getList() method if the user encounters the following error, Symfony\Component\Debug\Exception\FatalThrowableError : Call to undefined method Webpatser\Countries\CountriesFacade::getList()

Is regions included in this package? if so, how to get all regions based on gived country?

Would be interesting if you added more methods for list. For example if i need a method in select field, so that i can get it just by Countries::getForSelect() or...

The seeder raises an exception with PHP 7.2 `Non-static method Webpatser\Countries\Countries::getList() should not be called statically` Fix: don't call getList statically ... ``` //Get all of the countries $countries =...

Hi, I added the missing currency decimals and some missing currency symbols. Please have a look. Alex.

The following countries do not have a number of decimals for the currency: Country Code Currency Åland Islands AX EUR Curaçao CW ANG Sint Maarten (Dutch part) SX ANG Bonaire,...