Hi all, i have Mysql table which is having more than 100 rows. for example if i have cities table its having more rows and its a startup data needs to feed in app initialy. in this case i need an advice,
what is the best practise in laravel doing seeding (i know seedin more than 100+ rows constructing data as arrays is difficult) ?
is anyway to do csv seeding?
or simply mysql workaround like directly dump to mysql without bothering laravel is good for the app ?
Need advice on db seeding
Hi all, i have Mysql table which is having more than 100 rows. for example if i have cities table its having more rows and its a startup data needs to feed in app initialy. in this case i need an advice,
what is the best practise in laravel doing seeding (i know seedin more than 100+ rows constructing data as arrays is difficult) ?
is anyway to do csv seeding?
or simply mysql workaround like directly dump to mysql without bothering laravel is good for the app ?