September 12, 2023 • Laravel
CSV import with Laravel building blocks - Part 2
UPDATED September 13, 2023
In Part 1 I described the command I built with Laravel Prompts to import a CSV file into a SQLite database.
Now, I'll dive deeper into how I used spatie/laravel-data for...