ipalaus / geonames

A collection of models and commands to get all the power of GeoNames in Eloquent ORM.
MIT License
64 stars 34 forks source link

Seeder fails on production environments in Laravel 4.2+ #20

Open ipalaus opened 9 years ago

ipalaus commented 9 years ago

Due to the new question if you're sure to perform an action all the seeders fails. Solution: ask for permission on the first step and then force the command on the background.