geonames
geonames copied to clipboard
A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
i have removed ipalaus/geonames from composer.json and tried to run composer require ipalaus/geonames . is it not yet supported in laravel 8.73? Conclusion: don't install ipalaus/geonames v3.0.1 - Conclusion: remove...
$ composer require "ipalaus/geonames" Using version ^3.0 for ipalaus/geonames ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to...
Hi, If you're interested in reviewing the following changes as I know you're working on updating to 5.1 The migration part would need to be reworked as having the migrations...
$ composer require ipalaus/geonames Using version ^3.0 for ipalaus/geonames ./composer.json has been updated Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to...
In Laravel 5.2, I have an issue when I try to get the primary key value from Country and Continent. It seems the value is cast to int because of...
The alternate_names data has utf8 characters that are longer than 3 bytes, so we need to change the character encoding and collation to `utf8mb4` - see [here](https://stackoverflow.com/questions/13653712/java-sql-sqlexception-incorrect-string-value-xf0-x9f-x91-xbd-xf0-x9f) and [here](https://dev.mysql.com/doc/refman/5.6/en/charset-unicode-utf8mb4.html). **This...
Well there are 2 problems: 1- The file names are like '2013_11_28_170337_create_geonames_names.php' but the class name inside the file is 'CreateGeonamesNamesTable'. Either the file name should be '2013_11_28_170337_create_geonames_names_table.php' or the...
Hi, Looks like `Seeders\DatabaseSeeder` now has to implement a run() method. Without that I have the following error when trying to seed: ``` Class Ipalaus\Geonames\Seeders\DatabaseSeeder contains 1 abstract method and...
When I call php artisan geonames:seed, i tsimply runs db:seed and tries to push all the unrelated seed data (from my project) also. I expected this command to just seed...
``` $ php artisan geonames:import File exists: countryInfo.txt File exists: allCountries.zip File exists: alternateNames.zip File exists: hierarchy.zip File exists: admin1CodesASCII.txt File exists: admin2Codes.txt File exists: featureCodes_en.txt File exists: timeZones.txt It...