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

using this plugin: wp-filter.com/step-by-step ![screencapture-asiatic-endroid1-2018-07-05-11_29_08](https://user-images.githubusercontent.com/39404757/42448817-e668bcc6-8397-11e8-94ea-ad2793283989.png) ![screencapture-asiatic-endroid1-shop-2018-07-05-11_30_13](https://user-images.githubusercontent.com/39404757/42448819-e6c5abe8-8397-11e8-8b84-0a17adf2ba77.png) I'm working on this website: link, and I'm using the MTDF FILTER plugin in Wordpress. When I select any filter for price or width,...

https://github.com/webpatser/laravel-countries/blob/000d7aaa67a1eb488275feafe6ab74a6b7544e84/src/commands/MigrationCommand.php#L56

Kiribati residents are titled I-Kiribati not kiribatian https://en.wikipedia.org/wiki/Kiribati

Well currently when using a different database than MySQL the migrations crash, this happens silently in unit tests, which leaves a half migrated database. This will make it so the...

Hi, it's possible to edit char_migration with this code? It fix error on postgres for modify function that not exist ``` public function up() { Schema::table(\Config::get('countries.table_name'), function ($table) { if...

When trying to run `php artisan countries:migration` this is what is returned.. ``` Method Webpatser\Countries\MigrationCommand::handle() does not exist ``` I'm running MySQL and Laravel 5.5 **Edit:** Seems this was caused...

* fix sizeof() error with php-7.2.1 * fix misleading comment about path The php error: In Countries.php line 43: sizeof(): Parameter must be an array or an object that implements...

I tried to use your code on one of the projects I'm currently working, but there were a few issues, which I've rectified and updated to `psr-4` autoloading, `php 7.1`...

Hi Christophe. I needed a Laravel package to install country information and came across yours. I ended up doing a number of edits to it, in part because I wanted...