Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.23k stars 155 forks source link

How to insert bulk records #285

Closed govindtotla closed 2 years ago

govindtotla commented 2 years ago

Is your feature request related to a problem? Please describe. When I tried to run insert() with Multiple values then I received an Array to String conversion error, can we have bulk insert support in this module?

Describe the solution you'd like How we can insert bulk records in the base table along with the translations table?

Describe alternatives you've considered I have just run a loop and Create() one by one.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days