laravel-world icon indicating copy to clipboard operation
laravel-world copied to clipboard

Adding new division and city via code

Open SleepingProgrammer opened this issue 4 years ago • 1 comments

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!

SleepingProgrammer avatar Jul 01 '20 13:07 SleepingProgrammer

@SleepingProgrammer The better way is submit your data.

khsing avatar Mar 07 '21 09:03 khsing