igaster/laravel_cities

The seeder code is not flexible enough

chuoke opened this issue · 0 comments

First I really thanks for your doing, this is a great packge.
And I hope this packge can be more wonderful.

I think there some code is not flexible, such as

$sql = 'SELECT MAX("right") as maxRight FROM geo';

Most case there has table prefix, full table name will be like prefix_geo.

By the way, what do you think of using Laravel Eloquent Model? Or using a config table name.

I hope I can pull some requests to contribute, but I don't know anything about geo system.

Thank you again.