© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ovidiu Bădiță
You could try to load the data from CSV directly into mysql. You could try something like : LOAD DATA INFILE 'file.csv' INTO TABLE mytable; You just need to use Laravel to build the query and point to that file.