elpado

Results 4 comments of elpado

Hi, I've the same problem using the package in laravel 5.2.45. My solution was to remove the "Table" suffix from the migration class names. "CreateGeonamesNamesTable" becomes "CreateGeonamesNames" and so on....

@yurtesen Great to here that. I now used your package cause the performance is impressive. Unfortunately the geonames db is new to me. How can I search for countries in...

@yurtesen You're absolutely right, my question does not belongs to here. My mistake :( But thanks for your help, I think now I've understood how I must use it. I...

Hi, same problem here. To make this work in L5.2 just make the class DatabaseSeeder abstract (located in ipalaus/geonames/src/Seeders/DatabaseSeeder.php). Best, eL