05-04-2021, 11:06 AM
(05-04-2021, 03:28 AM)tiwil Wrote: Importing from CSV file is awesome. Do you use library or do it yourself?
I want to add this feature to my current app too. Have no time right now to add one but I think there is a library that facilitates us for this. Interested to learn more.
I use maatwebsite/excel package for importing to the database. I think you can import to your PHP app using composer. And it is very simple to integrate. Well documented.

.