khsing / laravel-world

provide countries, states, and cities relations and database.
MIT License
431 stars 90 forks source link

Adding new division and city via code #30

Open SleepingProgrammer opened 4 years ago

SleepingProgrammer commented 4 years ago

Hi, I want to add divisions and cities via code.

We just need to add this code to the model for example adding it just below the protected $table = 'world_divisions'; code

protected $guarded = [];

Thanks!

khsing commented 3 years ago

@SleepingProgrammer The better way is submit your data.